Shades of Eunry #D0A49B
Tints of Eunry #D0A49B
RGB
CMYK
RGB Variations
Color information
#D0A49B (or 0xD0A49B) is known color: Eunry. HEX triplet: D0, A4 and 9B. RGB value is (208,164,155). Sum of RGB (Red+Green+Blue) = 208+164+155=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A49B is #2F5B64. Grayscale: #B0B0B0. Windows color (decimal): -3103589 or 10200272. OLE color: 10200272.
HSL color Cylindrical-coordinate representation of color #D0A49B: hue angle of 10.19º 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 #D0A49B is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 155 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.18 |
| HSL | 10.19º | 0.36% | 0.71% | - |
| HSV(B) | 10.19º | 0.25% | 0.82% | - |
| XYZ | 45.2 | 42.33 | 36.8 | - |
| YUV | 176.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 155 | 0 | 0.21 | 0.25 | 0.18 | 10.19 | 0.36 | 0.71 |
| Hex | D0 | A4 | 9B | 0 | 15 | 19 | 12 | A | 24 | 47 |
| Octal | 320 | 244 | 233 | 0 | 25 | 31 | 22 | 12 | 44 | 107 |
| Binary | 11010000 | 10100100 | 10011011 | 0 | 10101 | 11001 | 10010 | 1010 | 100100 | 1000111 |
Color Harmonies of #D0A49B
Complementary color
Monochromatic Colors of #D0A49B
Black with #D0A49B
Text Example
Text Example
White with #D0A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A49B; }
p { color: rgb(208,164,155); }
H1.HeaderClassName
{
color: #D0A49B;
}
.AnyTagClassName
{
color: #D0A49B;
}
</style>
background-color css
<style>
a { background-color: #D0A49B; }
a { background-color: rgb(208,164,155); }
div.DivClassName
{
background-color: #D0A49B;
}
.BgClassName
{
background-color: #D0A49B;
}
</style>
border-color css
<style>
span { border-color: #D0A49B; }
span { border-color: rgb(208,164,155); }
td.TdClassName
{
border-color: #D0A49B;
}
.TagClassName
{
border-color: #D0A49B;
}
</style>