#D1AB53

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

Shades of Apache #D1AB53

Tints of Apache #D1AB53

Color information

#D1AB53 (or 0xD1AB53) is unknown color: approx Apache. HEX triplet: D1, AB and 53. RGB value is (209,171,83). Sum of RGB (Red+Green+Blue) = 209+171+83=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB53 is #2E54AC. Grayscale: #ACACAC. Windows color (decimal): -3036333 or 5483473. OLE color: 5483473.

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

Color convert

RGB20917183-
CMYK00.180.600.18
HSL41.9º57.8%57.25%-
HSV(B)41.9º60.29%81.96%-
XYZ42.4243.3114.31-
YUV172.3377.59154.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=45.14%
G=36.93%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091718300.180.600.1841.957.857.25
HexD1AB530123C122a3a39
Octal3212531230227422527271
Binary1101000110101011101001101001011110010010101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB53; }

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

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

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

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

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

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

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

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