#D1AB55

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

Shades of Apache #D1AB55

Tints of Apache #D1AB55

Color information

#D1AB55 (or 0xD1AB55) is unknown color: approx Apache. HEX triplet: D1, AB and 55. RGB value is (209,171,85). Sum of RGB (Red+Green+Blue) = 209+171+85=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB55 is #2E54AA. Grayscale: #ACACAC. Windows color (decimal): -3036331 or 5614545. OLE color: 5614545.

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

Color convert

RGB20917185-
CMYK00.180.590.18
HSL41.61º57.41%57.65%-
HSV(B)41.61º59.33%81.96%-
XYZ42.543.3414.72-
YUV172.5678.59153.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 85 (33.59% from 255) = 18.28%
R=44.95%
G=36.77%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091718500.180.590.1841.6157.4157.65
HexD1AB550123B122a393a
Octal3212531250227322527172
Binary1101000110101011101010101001011101110010101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB55; }

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

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

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

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

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

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

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

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