#D5AA9B

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

Shades of Eunry #D5AA9B

Tints of Eunry #D5AA9B

Color information

#D5AA9B (or 0xD5AA9B) is unknown color: approx Eunry. HEX triplet: D5, AA and 9B. RGB value is (213,170,155). Sum of RGB (Red+Green+Blue) = 213+170+155=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA9B is #2A5564. Grayscale: #B5B5B5. Windows color (decimal): -2774373 or 10201813. OLE color: 10201813.

HSL color Cylindrical-coordinate representation of color #D5AA9B: hue angle of 15.52º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AA9B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213170155-
CMYK00.200.270.16
HSL15.52º40.85%72.16%-
HSV(B)15.52º27.23%83.53%-
XYZ47.7345.2637.23-
YUV181.15113.25150.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=39.59%
G=31.60%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317015500.200.270.1615.5240.8572.16
HexD5AA9B0141B10102948
Octal32525223302433202051110
Binary1101010110101010100110110101001101110000100001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA9B; }

 p { color: rgb(213,170,155); }

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

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

 a { background-color: rgb(213,170,155); }

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

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

 span { border-color: rgb(213,170,155); }

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