#D2A453

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

Shades of Apache #D2A453

Tints of Apache #D2A453

Color information

#D2A453 (or 0xD2A453) is unknown color: approx Apache. HEX triplet: D2, A4 and 53. RGB value is (210,164,83). Sum of RGB (Red+Green+Blue) = 210+164+83=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A453 is #2D5BAC. Grayscale: #A8A8A8. Windows color (decimal): -2972589 or 5481682. OLE color: 5481682.

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

Color convert

RGB21016483-
CMYK00.220.600.18
HSL38.27º58.53%57.45%-
HSV(B)38.27º60.48%82.35%-
XYZ41.4240.8813.89-
YUV168.5279.74157.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 83 (32.81% from 255) = 18.16%
R=45.95%
G=35.89%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101648300.220.600.1838.2758.5357.45
HexD2A4530163C12263b39
Octal3222441230267422467371
Binary1101001010100100101001101011011110010010100110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A453; }

 p { color: rgb(210,164,83); }

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

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

 a { background-color: rgb(210,164,83); }

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

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

 span { border-color: rgb(210,164,83); }

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