#D1AB5A

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

Shades of Apache #D1AB5A

Tints of Apache #D1AB5A

Color information

#D1AB5A (or 0xD1AB5A) is unknown color: approx Apache. HEX triplet: D1, AB and 5A. RGB value is (209,171,90). Sum of RGB (Red+Green+Blue) = 209+171+90=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB5A is #2E54A5. Grayscale: #ADADAD. Windows color (decimal): -3036326 or 5942225. OLE color: 5942225.

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

Color convert

RGB20917190-
CMYK00.180.570.18
HSL40.84º56.4%58.63%-
HSV(B)40.84º56.94%81.96%-
XYZ42.743.4215.8-
YUV173.1381.09153.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=44.47%
G=36.38%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091719000.180.570.1840.8456.458.63
HexD1AB5A012391229383b
Octal3212531320227122517073
Binary1101000110101011101101001001011100110010101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB5A; }

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

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

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

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

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

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

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

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