Html Css Color HEX #D1AA9F Eunry

📋 copy color: '#D1AA9F'

red 209 ◦ green 170 ◦ blue 159

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

Shades of Eunry #D1AA9F

Tints of Eunry #D1AA9F

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

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

 BLUE value IS 159 (62.5% from 255) = 29.55%

R = 38.85%
G = 31.6%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1AA9F (or 0xD1AA9F) is known color: Eunry. HEX triplet: D1, AA and 9F. RGB value is (209,170,159). Sum of RGB (Red+Green+Blue) = 209+170+159=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA9F is #2E5560. Grayscale: #B4B4B4. Windows color (decimal): -3036513 or 10463953. OLE color: 10463953.

HSL color Cylindrical-coordinate representation of color #D1AA9F: hue angle of 13.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1AA9F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 159 -
CMYK 0 0.19 0.24 0.18
HSL 13.2º 0.35% 0.72% -
HSV(B) 13.2º 0.24% 0.82% -
XYZ 46.93 44.81 38.98 -
YUV 180.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 209 170 159 0 0.19 0.24 0.18 13.2 0.35 0.72
Hex D1 AA 9F 0 13 18 12 D 23 48
Octal 321 252 237 0 23 30 22 15 43 110
Binary 11010001 10101010 10011111 0 10011 11000 10010 1101 100011 1001000

Color Harmonies of #D1AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA9F

Black with #D1AA9F

Text Example


Text Example

White with #D1AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA9F; }

 p { color: rgb(209,170,159); }

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

background-color css

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

 a { background-color: rgb(209,170,159); }

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

border-color css

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

 span { border-color: rgb(209,170,159); }

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