Shades of Eunry #D0AA9C
Tints of Eunry #D0AA9C
RGB
CMYK
RGB Variations
Color information
#D0AA9C (or 0xD0AA9C) is known color: Eunry. HEX triplet: D0, AA and 9C. RGB value is (208,170,156). Sum of RGB (Red+Green+Blue) = 208+170+156=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA9C is #2F5563. Grayscale: #B3B3B3. Windows color (decimal): -3102052 or 10267344. OLE color: 10267344.
HSL color Cylindrical-coordinate representation of color #D0AA9C: hue angle of 16.15º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0AA9C is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 156 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.18 |
| HSL | 16.15º | 0.36% | 0.71% | - |
| HSV(B) | 16.15º | 0.25% | 0.82% | - |
| XYZ | 46.39 | 44.56 | 37.61 | - |
| YUV | 179.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 156 | 0 | 0.18 | 0.25 | 0.18 | 16.15 | 0.36 | 0.71 |
| Hex | D0 | AA | 9C | 0 | 12 | 19 | 12 | 10 | 24 | 47 |
| Octal | 320 | 252 | 234 | 0 | 22 | 31 | 22 | 20 | 44 | 107 |
| Binary | 11010000 | 10101010 | 10011100 | 0 | 10010 | 11001 | 10010 | 10000 | 100100 | 1000111 |
Color Harmonies of #D0AA9C
Complementary color
Monochromatic Colors of #D0AA9C
Black with #D0AA9C
Text Example
Text Example
White with #D0AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA9C; }
p { color: rgb(208,170,156); }
H1.HeaderClassName
{
color: #D0AA9C;
}
.AnyTagClassName
{
color: #D0AA9C;
}
</style>
background-color css
<style>
a { background-color: #D0AA9C; }
a { background-color: rgb(208,170,156); }
div.DivClassName
{
background-color: #D0AA9C;
}
.BgClassName
{
background-color: #D0AA9C;
}
</style>
border-color css
<style>
span { border-color: #D0AA9C; }
span { border-color: rgb(208,170,156); }
td.TdClassName
{
border-color: #D0AA9C;
}
.TagClassName
{
border-color: #D0AA9C;
}
</style>