#D1AC0F

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

Shades of Galliano #D1AC0F

Tints of Galliano #D1AC0F

Color information

#D1AC0F (or 0xD1AC0F) is unknown color: approx Galliano. HEX triplet: D1, AC and 0F. RGB value is (209,172,15). Sum of RGB (Red+Green+Blue) = 209+172+15=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AC0F is #2E53F0. Grayscale: #A5A5A5. Windows color (decimal): -3036145 or 1027281. OLE color: 1027281.

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

Color convert

RGB20917215-
CMYK00.180.930.18
HSL48.56º86.61%43.92%-
HSV(B)48.56º92.82%81.96%-
XYZ41.1343.096.6-
YUV165.1643.26159.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.78%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 15 (6.25% from 255) = 3.79%
R=52.78%
G=43.43%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091721500.180.930.1848.5686.6143.92
HexD1ACF0125D1231572c
Octal32125417022135226112754
Binary110100011010110011110100101011101100101100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC0F; }

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

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

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

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

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

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

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

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