#D2AA9D

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

Shades of Eunry #D2AA9D

Tints of Eunry #D2AA9D

Color information

#D2AA9D (or 0xD2AA9D) is unknown color: approx Eunry. HEX triplet: D2, AA and 9D. RGB value is (210,170,157). Sum of RGB (Red+Green+Blue) = 210+170+157=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA9D is #2D5562. Grayscale: #B4B4B4. Windows color (decimal): -2970979 or 10332882. OLE color: 10332882.

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

Color convert

RGB210170157-
CMYK00.190.250.18
HSL14.72º37.06%71.96%-
HSV(B)14.72º25.24%82.35%-
XYZ47.0444.8938.08-
YUV180.48114.75149.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=39.11%
G=31.66%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017015700.190.250.1814.7237.0671.96
HexD2AA9D0131912f2548
Octal32225223502331221745110
Binary110100101010101010011101010011110011001011111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA9D; }

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

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

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

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

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

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

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

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