#D9A95A

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

Shades of Apache #D9A95A

Tints of Apache #D9A95A

Color information

#D9A95A (or 0xD9A95A) is unknown color: approx Apache. HEX triplet: D9, A9 and 5A. RGB value is (217,169,90). Sum of RGB (Red+Green+Blue) = 217+169+90=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A95A is #2656A5. Grayscale: #AEAEAE. Windows color (decimal): -2512550 or 5941721. OLE color: 5941721.

HSL color Cylindrical-coordinate representation of color #D9A95A: hue angle of 37.32º degrees, saturation: 0.63, 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 #D9A95A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21716990-
CMYK00.220.590.15
HSL37.32º62.56%60.2%-
HSV(B)37.32º58.53%85.1%-
XYZ44.6543.8715.79-
YUV174.3580.4158.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=45.59%
G=35.50%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171699000.220.590.1537.3262.5660.2
HexD9A95A0163BF253f3c
Octal3312511320267317457774
Binary110110011010100110110100101101110111111100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A95A; }

 p { color: rgb(217,169,90); }

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

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

 a { background-color: rgb(217,169,90); }

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

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

 span { border-color: rgb(217,169,90); }

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