#D9A669

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

Shades of Apache #D9A669

Tints of Apache #D9A669

Color information

#D9A669 (or 0xD9A669) is unknown color: approx Apache. HEX triplet: D9, A6 and 69. RGB value is (217,166,105). Sum of RGB (Red+Green+Blue) = 217+166+105=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A669 is #265996. Grayscale: #AEAEAE. Windows color (decimal): -2513303 or 6923993. OLE color: 6923993.

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

Color convert

RGB217166105-
CMYK00.240.520.15
HSL32.68º59.57%63.14%-
HSV(B)32.68º51.61%85.1%-
XYZ44.843.0419.31-
YUV174.388.9158.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=44.47%
G=34.02%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716610500.240.520.1532.6859.5763.14
HexD9A66901834F213c3f
Octal3312461510306417417477
Binary110110011010011011010010110001101001111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A669; }

 p { color: rgb(217,166,105); }

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

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

 a { background-color: rgb(217,166,105); }

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

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

 span { border-color: rgb(217,166,105); }

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