#D9A85E

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

Shades of Apache #D9A85E

Tints of Apache #D9A85E

Color information

#D9A85E (or 0xD9A85E) is unknown color: approx Apache. HEX triplet: D9, A8 and 5E. RGB value is (217,168,94). Sum of RGB (Red+Green+Blue) = 217+168+94=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A85E is #2657A1. Grayscale: #AEAEAE. Windows color (decimal): -2512802 or 6203609. OLE color: 6203609.

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

Color convert

RGB21716894-
CMYK00.230.570.15
HSL36.1º61.81%60.98%-
HSV(B)36.1º56.68%85.1%-
XYZ44.6443.5716.65-
YUV174.2282.73158.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=45.30%
G=35.07%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171689400.230.570.1536.161.8160.98
HexD9A85E01739F243e3d
Octal3312501360277117447675
Binary110110011010100010111100101111110011111100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A85E; }

 p { color: rgb(217,168,94); }

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

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

 a { background-color: rgb(217,168,94); }

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

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

 span { border-color: rgb(217,168,94); }

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