#D9A961

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

Shades of Apache #D9A961

Tints of Apache #D9A961

Color information

#D9A961 (or 0xD9A961) is unknown color: approx Apache. HEX triplet: D9, A9 and 61. RGB value is (217,169,97). Sum of RGB (Red+Green+Blue) = 217+169+97=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A961 is #26569E. Grayscale: #AFAFAF. Windows color (decimal): -2512543 or 6400473. OLE color: 6400473.

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

Color convert

RGB21716997-
CMYK00.220.550.15
HSL36º61.22%61.57%-
HSV(B)36º55.3%85.1%-
XYZ44.9643.9917.43-
YUV175.1483.9157.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=44.93%
G=34.99%
B=20.08%

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
Decimal2171699700.220.550.153661.2261.57
HexD9A96101637F243d3e
Octal3312511410266717447576
Binary110110011010100111000010101101101111111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A961; }

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

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

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

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

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

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

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

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