#D9A561

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

Shades of Apache #D9A561

Tints of Apache #D9A561

Color information

#D9A561 (or 0xD9A561) is unknown color: approx Apache. HEX triplet: D9, A5 and 61. RGB value is (217,165,97). Sum of RGB (Red+Green+Blue) = 217+165+97=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A561 is #265A9E. Grayscale: #ADADAD. Windows color (decimal): -2513567 or 6399449. OLE color: 6399449.

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

Color convert

RGB21716597-
CMYK00.240.550.15
HSL34º61.22%61.57%-
HSV(B)34º55.3%85.1%-
XYZ44.2342.5317.19-
YUV172.885.23159.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=45.30%
G=34.45%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171659700.240.550.153461.2261.57
HexD9A56101837F223d3e
Octal3312451410306717427576
Binary110110011010010111000010110001101111111100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A561; }

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

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

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

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

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

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

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

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