Shades of Eunry #D0A89C
Tints of Eunry #D0A89C
RGB
CMYK
RGB Variations
Color information
#D0A89C (or 0xD0A89C) is known color: Eunry. HEX triplet: D0, A8 and 9C. RGB value is (208,168,156). Sum of RGB (Red+Green+Blue) = 208+168+156=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A89C is #2F5763. Grayscale: #B2B2B2. Windows color (decimal): -3102564 or 10266832. OLE color: 10266832.
HSL color Cylindrical-coordinate representation of color #D0A89C: hue angle of 13.85º 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 #D0A89C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 156 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.18 |
| HSL | 13.85º | 0.36% | 0.71% | - |
| HSV(B) | 13.85º | 0.25% | 0.82% | - |
| XYZ | 46.02 | 43.82 | 37.48 | - |
| YUV | 178.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 156 | 0 | 0.19 | 0.25 | 0.18 | 13.85 | 0.36 | 0.71 |
| Hex | D0 | A8 | 9C | 0 | 13 | 19 | 12 | E | 24 | 47 |
| Octal | 320 | 250 | 234 | 0 | 23 | 31 | 22 | 16 | 44 | 107 |
| Binary | 11010000 | 10101000 | 10011100 | 0 | 10011 | 11001 | 10010 | 1110 | 100100 | 1000111 |
Color Harmonies of #D0A89C
Complementary color
Monochromatic Colors of #D0A89C
Black with #D0A89C
Text Example
Text Example
White with #D0A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A89C; }
p { color: rgb(208,168,156); }
H1.HeaderClassName
{
color: #D0A89C;
}
.AnyTagClassName
{
color: #D0A89C;
}
</style>
background-color css
<style>
a { background-color: #D0A89C; }
a { background-color: rgb(208,168,156); }
div.DivClassName
{
background-color: #D0A89C;
}
.BgClassName
{
background-color: #D0A89C;
}
</style>
border-color css
<style>
span { border-color: #D0A89C; }
span { border-color: rgb(208,168,156); }
td.TdClassName
{
border-color: #D0A89C;
}
.TagClassName
{
border-color: #D0A89C;
}
</style>