#D0AAA7

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

Shades of Eunry #D0AAA7

Tints of Eunry #D0AAA7

Color information

#D0AAA7 (or 0xD0AAA7) is unknown color: approx Eunry. HEX triplet: D0, AA and A7. RGB value is (208,170,167). Sum of RGB (Red+Green+Blue) = 208+170+167=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA7 is #2F5558. Grayscale: #B5B5B5. Windows color (decimal): -3102041 or 10988240. OLE color: 10988240.

HSL color Cylindrical-coordinate representation of color #D0AAA7: hue angle of 4.39º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0AAA7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208170167-
CMYK00.180.200.18
HSL4.39º30.37%73.53%-
HSV(B)4.39º19.71%81.57%-
XYZ47.3644.9542.74-
YUV181.02120.09147.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=38.17%
G=31.19%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817016700.180.200.184.3930.3773.53
HexD0AAA7012141241e4a
Octal3202522470222422436112
Binary1101000010101010101001110100101010010010100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAA7; }

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

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

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

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

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

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

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

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