#D1AD52

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

Shades of Apache #D1AD52

Tints of Apache #D1AD52

Color information

#D1AD52 (or 0xD1AD52) is unknown color: approx Apache. HEX triplet: D1, AD and 52. RGB value is (209,173,82). Sum of RGB (Red+Green+Blue) = 209+173+82=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD52 is #2E52AD. Grayscale: #ADADAD. Windows color (decimal): -3035822 or 5418449. OLE color: 5418449.

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

Color convert

RGB20917382-
CMYK00.170.610.18
HSL42.99º57.99%57.06%-
HSV(B)42.99º60.77%81.96%-
XYZ42.7644.0514.23-
YUV173.3976.43153.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=45.04%
G=37.28%
B=17.67%

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
Decimal2091738200.170.610.1842.9957.9957.06
HexD1AD520113D122b3a39
Octal3212551220217522537271
Binary1101000110101101101001001000111110110010101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD52; }

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

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

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

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

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

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

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

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