#D2A89D

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

Shades of Eunry #D2A89D

Tints of Eunry #D2A89D

Color information

#D2A89D (or 0xD2A89D) is unknown color: approx Eunry. HEX triplet: D2, A8 and 9D. RGB value is (210,168,157). Sum of RGB (Red+Green+Blue) = 210+168+157=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A89D is #2D5762. Grayscale: #B3B3B3. Windows color (decimal): -2971491 or 10332370. OLE color: 10332370.

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

Color convert

RGB210168157-
CMYK00.20.250.18
HSL12.45º37.06%71.96%-
HSV(B)12.45º25.24%82.35%-
XYZ46.6744.1437.96-
YUV179.3115.41149.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=39.25%
G=31.40%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016815700.20.250.1812.4537.0671.96
HexD2A89D0141912c2548
Octal32225023502431221445110
Binary110100101010100010011101010100110011001011001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A89D; }

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

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

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

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

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

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

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

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