Shades of Eunry #D0A39C
Tints of Eunry #D0A39C
RGB
CMYK
RGB Variations
Color information
#D0A39C (or 0xD0A39C) is known color: Eunry. HEX triplet: D0, A3 and 9C. RGB value is (208,163,156). Sum of RGB (Red+Green+Blue) = 208+163+156=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A39C is #2F5C63. Grayscale: #AFAFAF. Windows color (decimal): -3103844 or 10265552. OLE color: 10265552.
HSL color Cylindrical-coordinate representation of color #D0A39C: hue angle of 8.08º 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 #D0A39C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 156 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.18 |
| HSL | 8.08º | 0.36% | 0.71% | - |
| HSV(B) | 8.08º | 0.25% | 0.82% | - |
| XYZ | 45.11 | 42 | 37.18 | - |
| YUV | 175.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 156 | 0 | 0.22 | 0.25 | 0.18 | 8.08 | 0.36 | 0.71 |
| Hex | D0 | A3 | 9C | 0 | 16 | 19 | 12 | 8 | 24 | 47 |
| Octal | 320 | 243 | 234 | 0 | 26 | 31 | 22 | 10 | 44 | 107 |
| Binary | 11010000 | 10100011 | 10011100 | 0 | 10110 | 11001 | 10010 | 1000 | 100100 | 1000111 |
Color Harmonies of #D0A39C
Complementary color
Monochromatic Colors of #D0A39C
Black with #D0A39C
Text Example
Text Example
White with #D0A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A39C; }
p { color: rgb(208,163,156); }
H1.HeaderClassName
{
color: #D0A39C;
}
.AnyTagClassName
{
color: #D0A39C;
}
</style>
background-color css
<style>
a { background-color: #D0A39C; }
a { background-color: rgb(208,163,156); }
div.DivClassName
{
background-color: #D0A39C;
}
.BgClassName
{
background-color: #D0A39C;
}
</style>
border-color css
<style>
span { border-color: #D0A39C; }
span { border-color: rgb(208,163,156); }
td.TdClassName
{
border-color: #D0A39C;
}
.TagClassName
{
border-color: #D0A39C;
}
</style>