#D1AB16

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

Shades of Galliano #D1AB16

Tints of Galliano #D1AB16

Color information

#D1AB16 (or 0xD1AB16) is unknown color: approx Galliano. HEX triplet: D1, AB and 16. RGB value is (209,171,22). Sum of RGB (Red+Green+Blue) = 209+171+22=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB16 is #2E54E9. Grayscale: #A6A6A6. Windows color (decimal): -3036394 or 1485777. OLE color: 1485777.

HSL color Cylindrical-coordinate representation of color #D1AB16: hue angle of 47.81º 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 #D1AB16 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20917122-
CMYK00.180.890.18
HSL47.81º80.95%45.29%-
HSV(B)47.81º89.47%81.96%-
XYZ4142.746.85-
YUV165.3847.09159.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=51.99%
G=42.54%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091712200.180.890.1847.8180.9545.29
HexD1AB16012591230512d
Octal32125326022131226012155
Binary1101000110101011101100100101011001100101100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB16; }

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

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

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

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

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

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

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

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