#D0AAA5

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

Shades of Eunry #D0AAA5

Tints of Eunry #D0AAA5

Color information

#D0AAA5 (or 0xD0AAA5) is unknown color: approx Eunry. HEX triplet: D0, AA and A5. RGB value is (208,170,165). Sum of RGB (Red+Green+Blue) = 208+170+165=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA5 is #2F555A. Grayscale: #B4B4B4. Windows color (decimal): -3102043 or 10857168. OLE color: 10857168.

HSL color Cylindrical-coordinate representation of color #D0AAA5: hue angle of 6.98º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0AAA5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB208170165-
CMYK00.180.210.18
HSL6.98º31.39%73.14%-
HSV(B)6.98º20.67%81.57%-
XYZ47.1844.8841.77-
YUV180.79119.09147.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=38.31%
G=31.31%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817016500.180.210.186.9831.3973.14
HexD0AAA5012151271f49
Octal3202522450222522737111
Binary1101000010101010101001010100101010110010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAA5; }

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

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

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

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

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

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

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

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