Shades of Rose #DCA698
Tints of Rose #DCA698
RGB
CMYK
RGB Variations
Color information
#DCA698 (or 0xDCA698) is known color: Rose. HEX triplet: DC, A6 and 98. RGB value is (220,166,152). Sum of RGB (Red+Green+Blue) = 220+166+152=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA698 is #235967. Grayscale: #B4B4B4. Windows color (decimal): -2316648 or 10004188. OLE color: 10004188.
HSL color Cylindrical-coordinate representation of color #DCA698: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA698 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 152 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.14 |
| HSL | 12.35º | 0.49% | 0.73% | - |
| HSV(B) | 12.35º | 0.31% | 0.86% | - |
| XYZ | 48.82 | 44.76 | 35.77 | - |
| YUV | 180.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 152 | 0 | 0.25 | 0.31 | 0.14 | 12.35 | 0.49 | 0.73 |
| Hex | DC | A6 | 98 | 0 | 19 | 1F | E | C | 31 | 49 |
| Octal | 334 | 246 | 230 | 0 | 31 | 37 | 16 | 14 | 61 | 111 |
| Binary | 11011100 | 10100110 | 10011000 | 0 | 11001 | 11111 | 1110 | 1100 | 110001 | 1001001 |
Color Harmonies of #DCA698
Complementary color
Monochromatic Colors of #DCA698
Black with #DCA698
Text Example
Text Example
White with #DCA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA698; }
p { color: rgb(220,166,152); }
H1.HeaderClassName
{
color: #DCA698;
}
.AnyTagClassName
{
color: #DCA698;
}
</style>
background-color css
<style>
a { background-color: #DCA698; }
a { background-color: rgb(220,166,152); }
div.DivClassName
{
background-color: #DCA698;
}
.BgClassName
{
background-color: #DCA698;
}
</style>
border-color css
<style>
span { border-color: #DCA698; }
span { border-color: rgb(220,166,152); }
td.TdClassName
{
border-color: #DCA698;
}
.TagClassName
{
border-color: #DCA698;
}
</style>