#D8AA5D

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

Shades of Apache #D8AA5D

Tints of Apache #D8AA5D

Color information

#D8AA5D (or 0xD8AA5D) is unknown color: approx Apache. HEX triplet: D8, AA and 5D. RGB value is (216,170,93). Sum of RGB (Red+Green+Blue) = 216+170+93=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA5D is #2755A2. Grayscale: #AFAFAF. Windows color (decimal): -2577827 or 6138584. OLE color: 6138584.

HSL color Cylindrical-coordinate representation of color #D8AA5D: hue angle of 37.56º degrees, saturation: 0.61, 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 #D8AA5D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21617093-
CMYK00.210.570.15
HSL37.56º61.19%60.59%-
HSV(B)37.56º56.94%84.71%-
XYZ44.6744.1416.52-
YUV174.9881.74157.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=45.09%
G=35.49%
B=19.42%

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
Decimal2161709300.210.570.1537.5661.1960.59
HexD8AA5D01539F263d3d
Octal3302521350257117467575
Binary110110001010101010111010101011110011111100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA5D; }

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

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

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

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

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

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

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

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