#D4AA9D

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

Shades of Eunry #D4AA9D

Tints of Eunry #D4AA9D

Color information

#D4AA9D (or 0xD4AA9D) is unknown color: approx Eunry. HEX triplet: D4, AA and 9D. RGB value is (212,170,157). Sum of RGB (Red+Green+Blue) = 212+170+157=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA9D is #2B5562. Grayscale: #B5B5B5. Windows color (decimal): -2839907 or 10332884. OLE color: 10332884.

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

Color convert

RGB212170157-
CMYK00.200.260.17
HSL14.18º39.01%72.35%-
HSV(B)14.18º25.94%83.14%-
XYZ47.6145.1838.11-
YUV181.08114.41150.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=39.33%
G=31.54%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217015700.200.260.1714.1839.0172.35
HexD4AA9D0141A11e2748
Octal32425223502432211647110
Binary110101001010101010011101010100110101000111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA9D; }

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

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

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

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

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

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

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

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