#D0A052

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

Shades of Apache #D0A052

Tints of Apache #D0A052

Color information

#D0A052 (or 0xD0A052) is unknown color: approx Apache. HEX triplet: D0, A0 and 52. RGB value is (208,160,82). Sum of RGB (Red+Green+Blue) = 208+160+82=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A052 is #2F5FAD. Grayscale: #A5A5A5. Windows color (decimal): -3104686 or 5415120. OLE color: 5415120.

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

Color convert

RGB20816082-
CMYK00.230.610.18
HSL37.14º57.27%56.86%-
HSV(B)37.14º60.58%81.57%-
XYZ40.1139.1613.43-
YUV165.4680.9158.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=46.22%
G=35.56%
B=18.22%

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
Decimal2081608200.230.610.1837.1457.2756.86
HexD0A0520173D12253939
Octal3202401220277522457171
Binary1101000010100000101001001011111110110010100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A052; }

 p { color: rgb(208,160,82); }

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

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

 a { background-color: rgb(208,160,82); }

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

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

 span { border-color: rgb(208,160,82); }

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