#D5AA9E

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

Shades of Eunry #D5AA9E

Tints of Eunry #D5AA9E

Color information

#D5AA9E (or 0xD5AA9E) is unknown color: approx Eunry. HEX triplet: D5, AA and 9E. RGB value is (213,170,158). Sum of RGB (Red+Green+Blue) = 213+170+158=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA9E is #2A5561. Grayscale: #B5B5B5. Windows color (decimal): -2774370 or 10398421. OLE color: 10398421.

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

Color convert

RGB213170158-
CMYK00.200.260.16
HSL13.09º39.57%72.75%-
HSV(B)13.09º25.82%83.53%-
XYZ47.9945.3638.57-
YUV181.49114.75150.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=39.37%
G=31.42%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317015800.200.260.1613.0939.5772.75
HexD5AA9E0141A10d2849
Octal32525223602432201550111
Binary110101011010101010011110010100110101000011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA9E; }

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

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

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

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

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

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

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

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