#D19C15

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

Shades of Galliano #D19C15

Tints of Galliano #D19C15

Color information

#D19C15 (or 0xD19C15) is unknown color: approx Galliano. HEX triplet: D1, 9C and 15. RGB value is (209,156,21). Sum of RGB (Red+Green+Blue) = 209+156+21=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19C15 is #2E63EA. Grayscale: #9D9D9D. Windows color (decimal): -3040235 or 1416401. OLE color: 1416401.

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

Color convert

RGB20915621-
CMYK00.250.900.18
HSL43.09º81.74%45.1%-
HSV(B)43.09º89.95%81.96%-
XYZ38.3237.395.91-
YUV156.4651.56165.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 21 (8.59% from 255) = 5.44%
R=54.15%
G=40.41%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091562100.250.900.1843.0981.7445.1
HexD19C150195A122b522d
Octal32123425031132225312255
Binary1101000110011100101010110011011010100101010111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C15; }

 p { color: rgb(209,156,21); }

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

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

 a { background-color: rgb(209,156,21); }

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

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

 span { border-color: rgb(209,156,21); }

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