Shades of Eunry #D0AB9B
Tints of Eunry #D0AB9B
RGB
CMYK
RGB Variations
Color information
#D0AB9B (or 0xD0AB9B) is known color: Eunry. HEX triplet: D0, AB and 9B. RGB value is (208,171,155). Sum of RGB (Red+Green+Blue) = 208+171+155=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB9B is #2F5464. Grayscale: #B4B4B4. Windows color (decimal): -3101797 or 10202064. OLE color: 10202064.
HSL color Cylindrical-coordinate representation of color #D0AB9B: hue angle of 18.11º 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 #D0AB9B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 155 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.18 |
| HSL | 18.11º | 0.36% | 0.71% | - |
| HSV(B) | 18.11º | 0.25% | 0.82% | - |
| XYZ | 46.49 | 44.9 | 37.23 | - |
| YUV | 180.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 155 | 0 | 0.18 | 0.25 | 0.18 | 18.11 | 0.36 | 0.71 |
| Hex | D0 | AB | 9B | 0 | 12 | 19 | 12 | 12 | 24 | 47 |
| Octal | 320 | 253 | 233 | 0 | 22 | 31 | 22 | 22 | 44 | 107 |
| Binary | 11010000 | 10101011 | 10011011 | 0 | 10010 | 11001 | 10010 | 10010 | 100100 | 1000111 |
Color Harmonies of #D0AB9B
Complementary color
Monochromatic Colors of #D0AB9B
Black with #D0AB9B
Text Example
Text Example
White with #D0AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB9B; }
p { color: rgb(208,171,155); }
H1.HeaderClassName
{
color: #D0AB9B;
}
.AnyTagClassName
{
color: #D0AB9B;
}
</style>
background-color css
<style>
a { background-color: #D0AB9B; }
a { background-color: rgb(208,171,155); }
div.DivClassName
{
background-color: #D0AB9B;
}
.BgClassName
{
background-color: #D0AB9B;
}
</style>
border-color css
<style>
span { border-color: #D0AB9B; }
span { border-color: rgb(208,171,155); }
td.TdClassName
{
border-color: #D0AB9B;
}
.TagClassName
{
border-color: #D0AB9B;
}
</style>