#D9A95C

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

Shades of Apache #D9A95C

Tints of Apache #D9A95C

Color information

#D9A95C (or 0xD9A95C) is unknown color: approx Apache. HEX triplet: D9, A9 and 5C. RGB value is (217,169,92). Sum of RGB (Red+Green+Blue) = 217+169+92=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A95C is #2656A3. Grayscale: #AEAEAE. Windows color (decimal): -2512548 or 6072793. OLE color: 6072793.

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

Color convert

RGB21716992-
CMYK00.220.580.15
HSL36.96º62.19%60.59%-
HSV(B)36.96º57.6%85.1%-
XYZ44.7443.916.24-
YUV174.5781.4158.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=45.40%
G=35.36%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171699200.220.580.1536.9662.1960.59
HexD9A95C0163AF253e3d
Octal3312511340267217457675
Binary110110011010100110111000101101110101111100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A95C; }

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

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

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

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

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

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

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

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