Shades of Eunry #D0A79D
Tints of Eunry #D0A79D
RGB
CMYK
RGB Variations
Color information
#D0A79D (or 0xD0A79D) is known color: Eunry. HEX triplet: D0, A7 and 9D. RGB value is (208,167,157). Sum of RGB (Red+Green+Blue) = 208+167+157=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A79D is #2F5862. Grayscale: #B2B2B2. Windows color (decimal): -3102819 or 10332112. OLE color: 10332112.
HSL color Cylindrical-coordinate representation of color #D0A79D: hue angle of 11.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A79D is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 157 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.18 |
| HSL | 11.76º | 0.35% | 0.72% | - |
| HSV(B) | 11.76º | 0.25% | 0.82% | - |
| XYZ | 45.92 | 43.48 | 37.87 | - |
| YUV | 178.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 157 | 0 | 0.20 | 0.25 | 0.18 | 11.76 | 0.35 | 0.72 |
| Hex | D0 | A7 | 9D | 0 | 14 | 19 | 12 | C | 23 | 48 |
| Octal | 320 | 247 | 235 | 0 | 24 | 31 | 22 | 14 | 43 | 110 |
| Binary | 11010000 | 10100111 | 10011101 | 0 | 10100 | 11001 | 10010 | 1100 | 100011 | 1001000 |
Color Harmonies of #D0A79D
Complementary color
Monochromatic Colors of #D0A79D
Black with #D0A79D
Text Example
Text Example
White with #D0A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A79D; }
p { color: rgb(208,167,157); }
H1.HeaderClassName
{
color: #D0A79D;
}
.AnyTagClassName
{
color: #D0A79D;
}
</style>
background-color css
<style>
a { background-color: #D0A79D; }
a { background-color: rgb(208,167,157); }
div.DivClassName
{
background-color: #D0A79D;
}
.BgClassName
{
background-color: #D0A79D;
}
</style>
border-color css
<style>
span { border-color: #D0A79D; }
span { border-color: rgb(208,167,157); }
td.TdClassName
{
border-color: #D0A79D;
}
.TagClassName
{
border-color: #D0A79D;
}
</style>