#D1AC16

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

Shades of Galliano #D1AC16

Tints of Galliano #D1AC16

Color information

#D1AC16 (or 0xD1AC16) is unknown color: approx Galliano. HEX triplet: D1, AC and 16. RGB value is (209,172,22). Sum of RGB (Red+Green+Blue) = 209+172+22=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC16 is #2E53E9. Grayscale: #A6A6A6. Windows color (decimal): -3036138 or 1486033. OLE color: 1486033.

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

Color convert

RGB20917222-
CMYK00.180.890.18
HSL48.13º80.95%45.29%-
HSV(B)48.13º89.47%81.96%-
XYZ41.1943.126.91-
YUV165.9646.76158.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 22 (8.98% from 255) = 5.46%
R=51.86%
G=42.68%
B=5.46%

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
Decimal2091722200.180.890.1848.1380.9545.29
HexD1AC16012591230512d
Octal32125426022131226012155
Binary1101000110101100101100100101011001100101100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC16; }

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

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

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

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

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

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

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

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