#D2AB53

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

Shades of Apache #D2AB53

Tints of Apache #D2AB53

Color information

#D2AB53 (or 0xD2AB53) is unknown color: approx Apache. HEX triplet: D2, AB and 53. RGB value is (210,171,83). Sum of RGB (Red+Green+Blue) = 210+171+83=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB53 is #2D54AC. Grayscale: #ADADAD. Windows color (decimal): -2970797 or 5483474. OLE color: 5483474.

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

Color convert

RGB21017183-
CMYK00.190.600.18
HSL41.57º58.53%57.45%-
HSV(B)41.57º60.48%82.35%-
XYZ42.743.4514.32-
YUV172.6377.42154.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=45.26%
G=36.85%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101718300.190.600.1841.5758.5357.45
HexD2AB530133C122a3b39
Octal3222531230237422527371
Binary1101001010101011101001101001111110010010101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB53; }

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

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

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

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

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

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

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

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