#D19D1B

Color #D19D1B Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D19D1B

Tints of Galliano #D19D1B

Color information

#D19D1B (or 0xD19D1B) is unknown color: approx Galliano. HEX triplet: D1, 9D and 1B. RGB value is (209,157,27). Sum of RGB (Red+Green+Blue) = 209+157+27=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D1B is #2E62E4. Grayscale: #9E9E9E. Windows color (decimal): -3039973 or 1809873. OLE color: 1809873.

HSL color Cylindrical-coordinate representation of color #D19D1B: hue angle of 42.86º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D19D1B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20915727-
CMYK00.250.870.18
HSL42.86º77.12%46.27%-
HSV(B)42.86º87.08%81.96%-
XYZ38.5537.756.29-
YUV157.7354.23164.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 27 (10.94% from 255) = 6.87%
R=53.18%
G=39.95%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091572700.250.870.1842.8677.1246.27
HexD19D1B01957122b4d2e
Octal32123533031127225311556
Binary1101000110011101110110110011010111100101010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D1B; }

 p { color: rgb(209,157,27); }

 H1.HeaderClassName
 {
   color: #D19D1B;
 }
 .AnyTagClassName
 {
   color: #D19D1B;
 }
</style>
background-color css

<style>
 a { background-color: #D19D1B; }

 a { background-color: rgb(209,157,27); }

 div.DivClassName
 {
   background-color: #D19D1B;
 }
 .BgClassName
 {
   background-color: #D19D1B;
 }
</style>
border-color css

<style>
 span { border-color: #D19D1B; }

 span { border-color: rgb(209,157,27); }

 td.TdClassName
 {
   border-color: #D19D1B;
 }
 .TagClassName
 {
   border-color: #D19D1B;
 }
</style>