#D4AAA4

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

Shades of Eunry #D4AAA4

Tints of Eunry #D4AAA4

Color information

#D4AAA4 (or 0xD4AAA4) is unknown color: approx Eunry. HEX triplet: D4, AA and A4. RGB value is (212,170,164). Sum of RGB (Red+Green+Blue) = 212+170+164=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA4 is #2B555B. Grayscale: #B5B5B5. Windows color (decimal): -2839900 or 10791636. OLE color: 10791636.

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

Color convert

RGB212170164-
CMYK00.200.230.17
HSL7.5º35.82%73.73%-
HSV(B)7.5º22.64%83.14%-
XYZ48.2345.4341.35-
YUV181.87117.91149.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=38.83%
G=31.14%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217016400.200.230.177.535.8273.73
HexD4AAA401417118244a
Octal32425224402427211044112
Binary110101001010101010100100010100101111000110001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAA4; }

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

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

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

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

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

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

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

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