#D2A269

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

Shades of Apache #D2A269

Tints of Apache #D2A269

Color information

#D2A269 (or 0xD2A269) is unknown color: approx Apache. HEX triplet: D2, A2 and 69. RGB value is (210,162,105). Sum of RGB (Red+Green+Blue) = 210+162+105=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A269 is #2D5D96. Grayscale: #AAAAAA. Windows color (decimal): -2973079 or 6922962. OLE color: 6922962.

HSL color Cylindrical-coordinate representation of color #D2A269: hue angle of 32.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2A269 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210162105-
CMYK00.230.500.18
HSL32.57º53.85%61.76%-
HSV(B)32.57º50%82.35%-
XYZ42.0540.5618.98-
YUV169.8591.4156.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=44.03%
G=33.96%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016210500.230.500.1832.5753.8561.76
HexD2A269017321221363e
Octal3222421510276222416676
Binary1101001010100010110100101011111001010010100001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A269; }

 p { color: rgb(210,162,105); }

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

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

 a { background-color: rgb(210,162,105); }

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

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

 span { border-color: rgb(210,162,105); }

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