#D9A566

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

Shades of Apache #D9A566

Tints of Apache #D9A566

Color information

#D9A566 (or 0xD9A566) is unknown color: approx Apache. HEX triplet: D9, A5 and 66. RGB value is (217,165,102). Sum of RGB (Red+Green+Blue) = 217+165+102=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A566 is #265A99. Grayscale: #ADADAD. Windows color (decimal): -2513562 or 6727129. OLE color: 6727129.

HSL color Cylindrical-coordinate representation of color #D9A566: hue angle of 32.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A566 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217165102-
CMYK00.240.530.15
HSL32.87º60.21%62.55%-
HSV(B)32.87º53%85.1%-
XYZ44.4742.6218.45-
YUV173.3787.73159.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=44.83%
G=34.09%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716510200.240.530.1532.8760.2162.55
HexD9A56601835F213c3f
Octal3312451460306517417477
Binary110110011010010111001100110001101011111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A566; }

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

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

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

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

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

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

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

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