#D4AA9E

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

Shades of Eunry #D4AA9E

Tints of Eunry #D4AA9E

Color information

#D4AA9E (or 0xD4AA9E) is unknown color: approx Eunry. HEX triplet: D4, AA and 9E. RGB value is (212,170,158). Sum of RGB (Red+Green+Blue) = 212+170+158=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA9E is #2B5561. Grayscale: #B5B5B5. Windows color (decimal): -2839906 or 10398420. OLE color: 10398420.

HSL color Cylindrical-coordinate representation of color #D4AA9E: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4AA9E is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212170158-
CMYK00.200.250.17
HSL13.33º38.57%72.55%-
HSV(B)13.33º25.47%83.14%-
XYZ47.745.2238.56-
YUV181.19114.91149.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=39.26%
G=31.48%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217015800.200.250.1713.3338.5772.55
HexD4AA9E0141911d2749
Octal32425223602431211547111
Binary110101001010101010011110010100110011000111011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA9E; }

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

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

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

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

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

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

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

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