Shades of Rose #DCA39E
Tints of Rose #DCA39E
RGB
CMYK
RGB Variations
Color information
#DCA39E (or 0xDCA39E) is known color: Rose. HEX triplet: DC, A3 and 9E. RGB value is (220,163,158). Sum of RGB (Red+Green+Blue) = 220+163+158=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA39E is #235C61. Grayscale: #B3B3B3. Windows color (decimal): -2317410 or 10396636. OLE color: 10396636.
HSL color Cylindrical-coordinate representation of color #DCA39E: hue angle of 4.84º 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 #DCA39E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 158 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.14 |
| HSL | 4.84º | 0.47% | 0.74% | - |
| HSV(B) | 4.84º | 0.28% | 0.86% | - |
| XYZ | 48.78 | 43.88 | 38.25 | - |
| YUV | 179.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 158 | 0 | 0.26 | 0.28 | 0.14 | 4.84 | 0.47 | 0.74 |
| Hex | DC | A3 | 9E | 0 | 1A | 1C | E | 5 | 2F | 4A |
| Octal | 334 | 243 | 236 | 0 | 32 | 34 | 16 | 5 | 57 | 112 |
| Binary | 11011100 | 10100011 | 10011110 | 0 | 11010 | 11100 | 1110 | 101 | 101111 | 1001010 |
Color Harmonies of #DCA39E
Complementary color
Monochromatic Colors of #DCA39E
Black with #DCA39E
Text Example
Text Example
White with #DCA39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA39E; }
p { color: rgb(220,163,158); }
H1.HeaderClassName
{
color: #DCA39E;
}
.AnyTagClassName
{
color: #DCA39E;
}
</style>
background-color css
<style>
a { background-color: #DCA39E; }
a { background-color: rgb(220,163,158); }
div.DivClassName
{
background-color: #DCA39E;
}
.BgClassName
{
background-color: #DCA39E;
}
</style>
border-color css
<style>
span { border-color: #DCA39E; }
span { border-color: rgb(220,163,158); }
td.TdClassName
{
border-color: #DCA39E;
}
.TagClassName
{
border-color: #DCA39E;
}
</style>