#D19916

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

Shades of Galliano #D19916

Tints of Galliano #D19916

Color information

#D19916 (or 0xD19916) is unknown color: approx Galliano. HEX triplet: D1, 99 and 16. RGB value is (209,153,22). Sum of RGB (Red+Green+Blue) = 209+153+22=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D19916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19916 is #2E66E9. Grayscale: #9B9B9B. Windows color (decimal): -3041002 or 1481169. OLE color: 1481169.

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

Color convert

RGB20915322-
CMYK00.270.890.18
HSL42.03º80.95%45.29%-
HSV(B)42.03º89.47%81.96%-
XYZ37.8336.45.79-
YUV154.8153.05166.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 22 (8.98% from 255) = 5.73%
R=54.43%
G=39.84%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091532200.270.890.1842.0380.9545.29
HexD1991601B59122a512d
Octal32123126033131225212155
Binary1101000110011001101100110111011001100101010101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19916; }

 p { color: rgb(209,153,22); }

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

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

 a { background-color: rgb(209,153,22); }

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

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

 span { border-color: rgb(209,153,22); }

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