Shades of Eunry #D0AA9A
Tints of Eunry #D0AA9A
RGB
CMYK
RGB Variations
Color information
#D0AA9A (or 0xD0AA9A) is known color: Eunry. HEX triplet: D0, AA and 9A. RGB value is (208,170,154). Sum of RGB (Red+Green+Blue) = 208+170+154=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA9A is #2F5565. Grayscale: #B3B3B3. Windows color (decimal): -3102054 or 10136272. OLE color: 10136272.
HSL color Cylindrical-coordinate representation of color #D0AA9A: hue angle of 17.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0AA9A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 154 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.18 |
| HSL | 17.78º | 0.36% | 0.71% | - |
| HSV(B) | 17.78º | 0.26% | 0.82% | - |
| XYZ | 46.22 | 44.49 | 36.72 | - |
| YUV | 179.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 154 | 0 | 0.18 | 0.26 | 0.18 | 17.78 | 0.36 | 0.71 |
| Hex | D0 | AA | 9A | 0 | 12 | 1A | 12 | 12 | 24 | 47 |
| Octal | 320 | 252 | 232 | 0 | 22 | 32 | 22 | 22 | 44 | 107 |
| Binary | 11010000 | 10101010 | 10011010 | 0 | 10010 | 11010 | 10010 | 10010 | 100100 | 1000111 |
Color Harmonies of #D0AA9A
Complementary color
Monochromatic Colors of #D0AA9A
Black with #D0AA9A
Text Example
Text Example
White with #D0AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA9A; }
p { color: rgb(208,170,154); }
H1.HeaderClassName
{
color: #D0AA9A;
}
.AnyTagClassName
{
color: #D0AA9A;
}
</style>
background-color css
<style>
a { background-color: #D0AA9A; }
a { background-color: rgb(208,170,154); }
div.DivClassName
{
background-color: #D0AA9A;
}
.BgClassName
{
background-color: #D0AA9A;
}
</style>
border-color css
<style>
span { border-color: #D0AA9A; }
span { border-color: rgb(208,170,154); }
td.TdClassName
{
border-color: #D0AA9A;
}
.TagClassName
{
border-color: #D0AA9A;
}
</style>