Shades of Eunry #D0AB9C
Tints of Eunry #D0AB9C
RGB
CMYK
RGB Variations
Color information
#D0AB9C (or 0xD0AB9C) is known color: Eunry. HEX triplet: D0, AB and 9C. RGB value is (208,171,156). Sum of RGB (Red+Green+Blue) = 208+171+156=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB9C is #2F5463. Grayscale: #B4B4B4. Windows color (decimal): -3101796 or 10267600. OLE color: 10267600.
HSL color Cylindrical-coordinate representation of color #D0AB9C: hue angle of 17.31º 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 #D0AB9C is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 156 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.18 |
| HSL | 17.31º | 0.36% | 0.71% | - |
| HSV(B) | 17.31º | 0.25% | 0.82% | - |
| XYZ | 46.58 | 44.94 | 37.67 | - |
| YUV | 180.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 156 | 0 | 0.18 | 0.25 | 0.18 | 17.31 | 0.36 | 0.71 |
| Hex | D0 | AB | 9C | 0 | 12 | 19 | 12 | 11 | 24 | 47 |
| Octal | 320 | 253 | 234 | 0 | 22 | 31 | 22 | 21 | 44 | 107 |
| Binary | 11010000 | 10101011 | 10011100 | 0 | 10010 | 11001 | 10010 | 10001 | 100100 | 1000111 |
Color Harmonies of #D0AB9C
Complementary color
Monochromatic Colors of #D0AB9C
Black with #D0AB9C
Text Example
Text Example
White with #D0AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB9C; }
p { color: rgb(208,171,156); }
H1.HeaderClassName
{
color: #D0AB9C;
}
.AnyTagClassName
{
color: #D0AB9C;
}
</style>
background-color css
<style>
a { background-color: #D0AB9C; }
a { background-color: rgb(208,171,156); }
div.DivClassName
{
background-color: #D0AB9C;
}
.BgClassName
{
background-color: #D0AB9C;
}
</style>
border-color css
<style>
span { border-color: #D0AB9C; }
span { border-color: rgb(208,171,156); }
td.TdClassName
{
border-color: #D0AB9C;
}
.TagClassName
{
border-color: #D0AB9C;
}
</style>