#D2AA99

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

Shades of Eunry #D2AA99

Tints of Eunry #D2AA99

Color information

#D2AA99 (or 0xD2AA99) is unknown color: approx Eunry. HEX triplet: D2, AA and 99. RGB value is (210,170,153). Sum of RGB (Red+Green+Blue) = 210+170+153=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA99 is #2D5566. Grayscale: #B4B4B4. Windows color (decimal): -2970983 or 10070738. OLE color: 10070738.

HSL color Cylindrical-coordinate representation of color #D2AA99: hue angle of 17.89º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AA99 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210170153-
CMYK00.190.270.18
HSL17.89º38.78%71.18%-
HSV(B)17.89º27.14%82.35%-
XYZ46.744.7536.31-
YUV180.02112.75149.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=39.40%
G=31.89%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017015300.190.270.1817.8938.7871.18
HexD2AA990131B12122747
Octal32225223102333222247107
Binary1101001010101010100110010100111101110010100101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA99; }

 p { color: rgb(210,170,153); }

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

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

 a { background-color: rgb(210,170,153); }

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

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

 span { border-color: rgb(210,170,153); }

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