#D9AB5D

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

Shades of Apache #D9AB5D

Tints of Apache #D9AB5D

Color information

#D9AB5D (or 0xD9AB5D) is unknown color: approx Apache. HEX triplet: D9, AB and 5D. RGB value is (217,171,93). Sum of RGB (Red+Green+Blue) = 217+171+93=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB5D is #2654A2. Grayscale: #B0B0B0. Windows color (decimal): -2512035 or 6138841. OLE color: 6138841.

HSL color Cylindrical-coordinate representation of color #D9AB5D: hue angle of 37.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9AB5D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21717193-
CMYK00.210.570.15
HSL37.74º62%60.78%-
HSV(B)37.74º57.14%85.1%-
XYZ45.1544.6716.6-
YUV175.8681.24157.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 93 (36.72% from 255) = 19.33%
R=45.11%
G=35.55%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171719300.210.570.1537.746260.78
HexD9AB5D01539F263e3d
Octal3312531350257117467675
Binary110110011010101110111010101011110011111100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB5D; }

 p { color: rgb(217,171,93); }

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

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

 a { background-color: rgb(217,171,93); }

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

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

 span { border-color: rgb(217,171,93); }

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