#D9AA61

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

Shades of Apache #D9AA61

Tints of Apache #D9AA61

Color information

#D9AA61 (or 0xD9AA61) is unknown color: approx Apache. HEX triplet: D9, AA and 61. RGB value is (217,170,97). Sum of RGB (Red+Green+Blue) = 217+170+97=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA61 is #26559E. Grayscale: #B0B0B0. Windows color (decimal): -2512287 or 6400729. OLE color: 6400729.

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

Color convert

RGB21717097-
CMYK00.220.550.15
HSL36.5º61.22%61.57%-
HSV(B)36.5º55.3%85.1%-
XYZ45.1544.3617.49-
YUV175.7383.57157.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=44.83%
G=35.12%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171709700.220.550.1536.561.2261.57
HexD9AA6101637F243d3e
Octal3312521410266717447576
Binary110110011010101011000010101101101111111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA61; }

 p { color: rgb(217,170,97); }

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

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

 a { background-color: rgb(217,170,97); }

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

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

 span { border-color: rgb(217,170,97); }

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