#D1A866

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

Shades of Apache #D1A866

Tints of Apache #D1A866

Color information

#D1A866 (or 0xD1A866) is unknown color: approx Apache. HEX triplet: D1, A8 and 66. RGB value is (209,168,102). Sum of RGB (Red+Green+Blue) = 209+168+102=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A866 is #2E5799. Grayscale: #ADADAD. Windows color (decimal): -3037082 or 6727889. OLE color: 6727889.

HSL color Cylindrical-coordinate representation of color #D1A866: hue angle of 37.01º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1A866 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209168102-
CMYK00.200.510.18
HSL37.01º53.77%60.98%-
HSV(B)37.01º51.2%81.96%-
XYZ42.742.5218.53-
YUV172.7488.08153.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=43.63%
G=35.07%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916810200.200.510.1837.0153.7760.98
HexD1A866014331225363d
Octal3212501460246322456675
Binary1101000110101000110011001010011001110010100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A866; }

 p { color: rgb(209,168,102); }

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

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

 a { background-color: rgb(209,168,102); }

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

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

 span { border-color: rgb(209,168,102); }

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