Shades of Eunry #DCA89F
Tints of Eunry #DCA89F
RGB
CMYK
RGB Variations
Color information
#DCA89F (or 0xDCA89F) is known color: Eunry. HEX triplet: DC, A8 and 9F. RGB value is (220,168,159). Sum of RGB (Red+Green+Blue) = 220+168+159=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA89F is #235760. Grayscale: #B6B6B6. Windows color (decimal): -2316129 or 10463452. OLE color: 10463452.
HSL color Cylindrical-coordinate representation of color #DCA89F: hue angle of 8.85º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA89F is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 159 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.14 |
| HSL | 8.85º | 0.47% | 0.74% | - |
| HSV(B) | 8.85º | 0.28% | 0.86% | - |
| XYZ | 49.78 | 45.72 | 39 | - |
| YUV | 182.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 159 | 0 | 0.24 | 0.28 | 0.14 | 8.85 | 0.47 | 0.74 |
| Hex | DC | A8 | 9F | 0 | 18 | 1C | E | 9 | 2F | 4A |
| Octal | 334 | 250 | 237 | 0 | 30 | 34 | 16 | 11 | 57 | 112 |
| Binary | 11011100 | 10101000 | 10011111 | 0 | 11000 | 11100 | 1110 | 1001 | 101111 | 1001010 |
Color Harmonies of #DCA89F
Complementary color
Monochromatic Colors of #DCA89F
Black with #DCA89F
Text Example
Text Example
White with #DCA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA89F; }
p { color: rgb(220,168,159); }
H1.HeaderClassName
{
color: #DCA89F;
}
.AnyTagClassName
{
color: #DCA89F;
}
</style>
background-color css
<style>
a { background-color: #DCA89F; }
a { background-color: rgb(220,168,159); }
div.DivClassName
{
background-color: #DCA89F;
}
.BgClassName
{
background-color: #DCA89F;
}
</style>
border-color css
<style>
span { border-color: #DCA89F; }
span { border-color: rgb(220,168,159); }
td.TdClassName
{
border-color: #DCA89F;
}
.TagClassName
{
border-color: #DCA89F;
}
</style>