#D8AA59

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

Shades of Apache #D8AA59

Tints of Apache #D8AA59

Color information

#D8AA59 (or 0xD8AA59) is unknown color: approx Apache. HEX triplet: D8, AA and 59. RGB value is (216,170,89). Sum of RGB (Red+Green+Blue) = 216+170+89=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA59 is #2755A6. Grayscale: #AEAEAE. Windows color (decimal): -2577831 or 5876440. OLE color: 5876440.

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

Color convert

RGB21617089-
CMYK00.210.590.15
HSL38.27º61.95%59.8%-
HSV(B)38.27º58.8%84.71%-
XYZ44.544.0715.61-
YUV174.5279.74157.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 89 (35.16% from 255) = 18.74%
R=45.47%
G=35.79%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161708900.210.590.1538.2761.9559.8
HexD8AA590153BF263e3c
Octal3302521310257317467674
Binary110110001010101010110010101011110111111100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA59; }

 p { color: rgb(216,170,89); }

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

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

 a { background-color: rgb(216,170,89); }

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

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

 span { border-color: rgb(216,170,89); }

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