Shades of Eunry #D0A09B
Tints of Eunry #D0A09B
RGB
CMYK
RGB Variations
Color information
#D0A09B (or 0xD0A09B) is known color: Eunry. HEX triplet: D0, A0 and 9B. RGB value is (208,160,155). Sum of RGB (Red+Green+Blue) = 208+160+155=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A09B is #2F5F64. Grayscale: #ADADAD. Windows color (decimal): -3104613 or 10199248. OLE color: 10199248.
HSL color Cylindrical-coordinate representation of color #D0A09B: hue angle of 5.66º 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 #D0A09B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 155 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.18 |
| HSL | 5.66º | 0.36% | 0.71% | - |
| HSV(B) | 5.66º | 0.25% | 0.82% | - |
| XYZ | 44.5 | 40.92 | 36.56 | - |
| YUV | 173.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 155 | 0 | 0.23 | 0.25 | 0.18 | 5.66 | 0.36 | 0.71 |
| Hex | D0 | A0 | 9B | 0 | 17 | 19 | 12 | 6 | 24 | 47 |
| Octal | 320 | 240 | 233 | 0 | 27 | 31 | 22 | 6 | 44 | 107 |
| Binary | 11010000 | 10100000 | 10011011 | 0 | 10111 | 11001 | 10010 | 110 | 100100 | 1000111 |
Color Harmonies of #D0A09B
Complementary color
Monochromatic Colors of #D0A09B
Black with #D0A09B
Text Example
Text Example
White with #D0A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A09B; }
p { color: rgb(208,160,155); }
H1.HeaderClassName
{
color: #D0A09B;
}
.AnyTagClassName
{
color: #D0A09B;
}
</style>
background-color css
<style>
a { background-color: #D0A09B; }
a { background-color: rgb(208,160,155); }
div.DivClassName
{
background-color: #D0A09B;
}
.BgClassName
{
background-color: #D0A09B;
}
</style>
border-color css
<style>
span { border-color: #D0A09B; }
span { border-color: rgb(208,160,155); }
td.TdClassName
{
border-color: #D0A09B;
}
.TagClassName
{
border-color: #D0A09B;
}
</style>