#D3AAA0

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

Shades of Eunry #D3AAA0

Tints of Eunry #D3AAA0

Color information

#D3AAA0 (or 0xD3AAA0) is unknown color: approx Eunry. HEX triplet: D3, AA and A0. RGB value is (211,170,160). Sum of RGB (Red+Green+Blue) = 211+170+160=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAA0 is #2C555F. Grayscale: #B5B5B5. Windows color (decimal): -2905440 or 10529491. OLE color: 10529491.

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

Color convert

RGB211170160-
CMYK00.190.240.17
HSL11.76º36.69%72.75%-
HSV(B)11.76º24.17%82.75%-
XYZ47.5845.1439.46-
YUV181.12116.08149.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=39.00%
G=31.42%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117016000.190.240.1711.7636.6972.75
HexD3AAA00131811c2549
Octal32325224002330211445111
Binary110100111010101010100000010011110001000111001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAA0; }

 p { color: rgb(211,170,160); }

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

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

 a { background-color: rgb(211,170,160); }

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

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

 span { border-color: rgb(211,170,160); }

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