#D3AAA5

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

Shades of Eunry #D3AAA5

Tints of Eunry #D3AAA5

Color information

#D3AAA5 (or 0xD3AAA5) is unknown color: approx Eunry. HEX triplet: D3, AA and A5. RGB value is (211,170,165). Sum of RGB (Red+Green+Blue) = 211+170+165=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAA5 is #2C555A. Grayscale: #B5B5B5. Windows color (decimal): -2905435 or 10857171. OLE color: 10857171.

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

Color convert

RGB211170165-
CMYK00.190.220.17
HSL6.52º34.33%73.73%-
HSV(B)6.52º21.8%82.75%-
XYZ48.0345.3141.81-
YUV181.69118.58148.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=38.64%
G=31.14%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117016500.190.220.176.5234.3373.73
HexD3AAA501316117224a
Octal3232522450232621742112
Binary11010011101010101010010101001110110100011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAA5; }

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

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

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

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

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

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

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

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