#D1AE52

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

Shades of Apache #D1AE52

Tints of Apache #D1AE52

Color information

#D1AE52 (or 0xD1AE52) is unknown color: approx Apache. HEX triplet: D1, AE and 52. RGB value is (209,174,82). Sum of RGB (Red+Green+Blue) = 209+174+82=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE52 is #2E51AD. Grayscale: #AEAEAE. Windows color (decimal): -3035566 or 5418705. OLE color: 5418705.

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

Color convert

RGB20917482-
CMYK00.170.610.18
HSL43.46º57.99%57.06%-
HSV(B)43.46º60.77%81.96%-
XYZ42.9544.4414.3-
YUV173.9876.1152.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=44.95%
G=37.42%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091748200.170.610.1843.4657.9957.06
HexD1AE520113D122b3a39
Octal3212561220217522537271
Binary1101000110101110101001001000111110110010101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE52; }

 p { color: rgb(209,174,82); }

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

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

 a { background-color: rgb(209,174,82); }

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

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

 span { border-color: rgb(209,174,82); }

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