#d2a966

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

Shades of Apache #D2A966

Tints of Apache #D2A966

Color information

#D2A966 (or 0xD2A966) is unknown color: approx Apache. HEX triplet: D2, A9 and 66. RGB value is (210,169,102). Sum of RGB (Red+Green+Blue) = 210+169+102=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A966 is #2D5699. Grayscale: #ADADAD. Windows color (decimal): -2971290 or 6728146. OLE color: 6728146.

HSL color Cylindrical-coordinate representation of color #D2A966: hue angle of 37.22º degrees, saturation: 0.55, 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 #D2A966 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB210169102-
CMYK00.200.510.18
HSL37.22º54.55%61.18%-
HSV(B)37.22º51.43%82.35%-
XYZ43.1643.0418.6-
YUV173.6287.58153.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=43.66%
G=35.14%
B=21.21%

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
Decimal21016910200.200.510.1837.2254.5561.18
HexD2A966014331225373d
Octal3222511460246322456775
Binary1101001010101001110011001010011001110010100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a966; }

 p { color: rgb(210,169,102); }

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

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

 a { background-color: rgb(210,169,102); }

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

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

 span { border-color: rgb(210,169,102); }

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