Html Css Color HEX #D9AAA0 Eunry

📋 copy color: '#D9AAA0'

red 217 ◦ green 170 ◦ blue 160

#D9AAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #D9AAA0

Tints of Eunry #D9AAA0

RGB

 RED value IS 217 (85.16% from 255) = 39.67%

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 39.67%
G = 31.08%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D9AAA0 (or 0xD9AAA0) is known color: Eunry. HEX triplet: D9, AA and A0. RGB value is (217,170,160). Sum of RGB (Red+Green+Blue) = 217+170+160=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA0 is #26555F. Grayscale: #B6B6B6. Windows color (decimal): -2512224 or 10529497. OLE color: 10529497.

HSL color Cylindrical-coordinate representation of color #D9AAA0: hue angle of 10.53º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9AAA0 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 160 -
CMYK 0 0.22 0.26 0.15
HSL 10.53º 0.43% 0.74% -
HSV(B) 10.53º 0.26% 0.85% -
XYZ 49.34 46.04 39.54 -
YUV 182.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 217 170 160 0 0.22 0.26 0.15 10.53 0.43 0.74
Hex D9 AA A0 0 16 1A F B 2B 4A
Octal 331 252 240 0 26 32 17 13 53 112
Binary 11011001 10101010 10100000 0 10110 11010 1111 1011 101011 1001010

Color Harmonies of #D9AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAA0

Black with #D9AAA0

Text Example


Text Example

White with #D9AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAA0; }

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

 H1.HeaderClassName
 {
   color: #D9AAA0;
 }
 .AnyTagClassName
 {
   color: #D9AAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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