Shades of Eunry #D0A59A
Tints of Eunry #D0A59A
RGB
CMYK
RGB Variations
Color information
#D0A59A (or 0xD0A59A) is known color: Eunry. HEX triplet: D0, A5 and 9A. RGB value is (208,165,154). Sum of RGB (Red+Green+Blue) = 208+165+154=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A59A is #2F5A65. Grayscale: #B0B0B0. Windows color (decimal): -3103334 or 10134992. OLE color: 10134992.
HSL color Cylindrical-coordinate representation of color #D0A59A: hue angle of 12.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A59A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 154 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.18 |
| HSL | 12.22º | 0.36% | 0.71% | - |
| HSV(B) | 12.22º | 0.26% | 0.82% | - |
| XYZ | 45.3 | 42.65 | 36.42 | - |
| YUV | 176.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 154 | 0 | 0.21 | 0.26 | 0.18 | 12.22 | 0.36 | 0.71 |
| Hex | D0 | A5 | 9A | 0 | 15 | 1A | 12 | C | 24 | 47 |
| Octal | 320 | 245 | 232 | 0 | 25 | 32 | 22 | 14 | 44 | 107 |
| Binary | 11010000 | 10100101 | 10011010 | 0 | 10101 | 11010 | 10010 | 1100 | 100100 | 1000111 |
Color Harmonies of #D0A59A
Complementary color
Monochromatic Colors of #D0A59A
Black with #D0A59A
Text Example
Text Example
White with #D0A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A59A; }
p { color: rgb(208,165,154); }
H1.HeaderClassName
{
color: #D0A59A;
}
.AnyTagClassName
{
color: #D0A59A;
}
</style>
background-color css
<style>
a { background-color: #D0A59A; }
a { background-color: rgb(208,165,154); }
div.DivClassName
{
background-color: #D0A59A;
}
.BgClassName
{
background-color: #D0A59A;
}
</style>
border-color css
<style>
span { border-color: #D0A59A; }
span { border-color: rgb(208,165,154); }
td.TdClassName
{
border-color: #D0A59A;
}
.TagClassName
{
border-color: #D0A59A;
}
</style>