#D4A052

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

Shades of Apache #D4A052

Tints of Apache #D4A052

Color information

#D4A052 (or 0xD4A052) is unknown color: approx Apache. HEX triplet: D4, A0 and 52. RGB value is (212,160,82). Sum of RGB (Red+Green+Blue) = 212+160+82=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A052 is #2B5FAD. Grayscale: #A7A7A7. Windows color (decimal): -2842542 or 5415124. OLE color: 5415124.

HSL color Cylindrical-coordinate representation of color #D4A052: hue angle of 36º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4A052 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB21216082-
CMYK00.250.610.17
HSL36º60.19%57.65%-
HSV(B)36º61.32%83.14%-
XYZ41.2539.7513.48-
YUV166.6680.23160.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=46.70%
G=35.24%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121608200.250.610.173660.1957.65
HexD4A0520193D11243c3a
Octal3242401220317521447472
Binary1101010010100000101001001100111110110001100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A052; }

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

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

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

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

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

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

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

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