#d1ab54

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

Shades of Apache #D1AB54

Tints of Apache #D1AB54

Color information

#D1AB54 (or 0xD1AB54) is unknown color: approx Apache. HEX triplet: D1, AB and 54. RGB value is (209,171,84). Sum of RGB (Red+Green+Blue) = 209+171+84=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB54 is #2E54AB. Grayscale: #ACACAC. Windows color (decimal): -3036332 or 5549009. OLE color: 5549009.

HSL color Cylindrical-coordinate representation of color #D1AB54: hue angle of 41.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1AB54 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20917184-
CMYK00.180.600.18
HSL41.76º57.6%57.45%-
HSV(B)41.76º59.81%81.96%-
XYZ42.4643.3214.51-
YUV172.4478.09154.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 84 (33.20% from 255) = 18.10%
R=45.04%
G=36.85%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091718400.180.600.1841.7657.657.45
HexD1AB540123C122a3a39
Octal3212531240227422527271
Binary1101000110101011101010001001011110010010101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ab54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ab54; }

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

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

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

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

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

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

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

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