Shades of Rose #DCA18E
Tints of Rose #DCA18E
RGB
CMYK
RGB Variations
Color information
#DCA18E (or 0xDCA18E) is known color: Rose. HEX triplet: DC, A1 and 8E. RGB value is (220,161,142). Sum of RGB (Red+Green+Blue) = 220+161+142=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA18E is #235E71. Grayscale: #B0B0B0. Windows color (decimal): -2317938 or 9347548. OLE color: 9347548.
HSL color Cylindrical-coordinate representation of color #DCA18E: hue angle of 14.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA18E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 142 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.14 |
| HSL | 14.62º | 0.53% | 0.71% | - |
| HSV(B) | 14.62º | 0.35% | 0.86% | - |
| XYZ | 47.14 | 42.66 | 31.34 | - |
| YUV | 176.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 142 | 0 | 0.27 | 0.35 | 0.14 | 14.62 | 0.53 | 0.71 |
| Hex | DC | A1 | 8E | 0 | 1B | 23 | E | F | 35 | 47 |
| Octal | 334 | 241 | 216 | 0 | 33 | 43 | 16 | 17 | 65 | 107 |
| Binary | 11011100 | 10100001 | 10001110 | 0 | 11011 | 100011 | 1110 | 1111 | 110101 | 1000111 |
Color Harmonies of #DCA18E
Complementary color
Monochromatic Colors of #DCA18E
Black with #DCA18E
Text Example
Text Example
White with #DCA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA18E; }
p { color: rgb(220,161,142); }
H1.HeaderClassName
{
color: #DCA18E;
}
.AnyTagClassName
{
color: #DCA18E;
}
</style>
background-color css
<style>
a { background-color: #DCA18E; }
a { background-color: rgb(220,161,142); }
div.DivClassName
{
background-color: #DCA18E;
}
.BgClassName
{
background-color: #DCA18E;
}
</style>
border-color css
<style>
span { border-color: #DCA18E; }
span { border-color: rgb(220,161,142); }
td.TdClassName
{
border-color: #DCA18E;
}
.TagClassName
{
border-color: #DCA18E;
}
</style>