#D2AA52

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

Shades of Apache #D2AA52

Tints of Apache #D2AA52

Color information

#D2AA52 (or 0xD2AA52) is unknown color: approx Apache. HEX triplet: D2, AA and 52. RGB value is (210,170,82). Sum of RGB (Red+Green+Blue) = 210+170+82=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA52 is #2D55AD. Grayscale: #ACACAC. Windows color (decimal): -2971054 or 5417682. OLE color: 5417682.

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

Color convert

RGB21017082-
CMYK00.190.610.18
HSL41.25º58.72%57.25%-
HSV(B)41.25º60.95%82.35%-
XYZ42.4843.0614.06-
YUV171.9377.25155.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 82 (32.42% from 255) = 17.75%
R=45.45%
G=36.80%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101708200.190.610.1841.2558.7257.25
HexD2AA520133D12293b39
Octal3222521220237522517371
Binary1101001010101010101001001001111110110010101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA52; }

 p { color: rgb(210,170,82); }

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

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

 a { background-color: rgb(210,170,82); }

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

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

 span { border-color: rgb(210,170,82); }

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