Shades of Eunry #D0A39A
Tints of Eunry #D0A39A
RGB
CMYK
RGB Variations
Color information
#D0A39A (or 0xD0A39A) is known color: Eunry. HEX triplet: D0, A3 and 9A. RGB value is (208,163,154). Sum of RGB (Red+Green+Blue) = 208+163+154=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A39A is #2F5C65. Grayscale: #AFAFAF. Windows color (decimal): -3103846 or 10134480. OLE color: 10134480.
HSL color Cylindrical-coordinate representation of color #D0A39A: hue angle of 10º 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 #D0A39A is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 154 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.18 |
| HSL | 10º | 0.36% | 0.71% | - |
| HSV(B) | 10º | 0.26% | 0.82% | - |
| XYZ | 44.94 | 41.94 | 36.3 | - |
| YUV | 175.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 154 | 0 | 0.22 | 0.26 | 0.18 | 10 | 0.36 | 0.71 |
| Hex | D0 | A3 | 9A | 0 | 16 | 1A | 12 | A | 24 | 47 |
| Octal | 320 | 243 | 232 | 0 | 26 | 32 | 22 | 12 | 44 | 107 |
| Binary | 11010000 | 10100011 | 10011010 | 0 | 10110 | 11010 | 10010 | 1010 | 100100 | 1000111 |
Color Harmonies of #D0A39A
Complementary color
Monochromatic Colors of #D0A39A
Black with #D0A39A
Text Example
Text Example
White with #D0A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A39A; }
p { color: rgb(208,163,154); }
H1.HeaderClassName
{
color: #D0A39A;
}
.AnyTagClassName
{
color: #D0A39A;
}
</style>
background-color css
<style>
a { background-color: #D0A39A; }
a { background-color: rgb(208,163,154); }
div.DivClassName
{
background-color: #D0A39A;
}
.BgClassName
{
background-color: #D0A39A;
}
</style>
border-color css
<style>
span { border-color: #D0A39A; }
span { border-color: rgb(208,163,154); }
td.TdClassName
{
border-color: #D0A39A;
}
.TagClassName
{
border-color: #D0A39A;
}
</style>