#D2A152

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

Shades of Apache #D2A152

Tints of Apache #D2A152

Color information

#D2A152 (or 0xD2A152) is unknown color: approx Apache. HEX triplet: D2, A1 and 52. RGB value is (210,161,82). Sum of RGB (Red+Green+Blue) = 210+161+82=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A152 is #2D5EAD. Grayscale: #A7A7A7. Windows color (decimal): -2973358 or 5415378. OLE color: 5415378.

HSL color Cylindrical-coordinate representation of color #D2A152: hue angle of 37.03º 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 #D2A152 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB21016182-
CMYK00.230.610.18
HSL37.03º58.72%57.25%-
HSV(B)37.03º60.95%82.35%-
XYZ40.8539.813.51-
YUV166.6480.23158.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=46.36%
G=35.54%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101618200.230.610.1837.0358.7257.25
HexD2A1520173D12253b39
Octal3222411220277522457371
Binary1101001010100001101001001011111110110010100101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A152; }

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

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

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

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

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

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

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

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