Shades of Rose #DCA297
Tints of Rose #DCA297
RGB
CMYK
RGB Variations
Color information
#DCA297 (or 0xDCA297) is known color: Rose. HEX triplet: DC, A2 and 97. RGB value is (220,162,151). Sum of RGB (Red+Green+Blue) = 220+162+151=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA297 is #235D68. Grayscale: #B2B2B2. Windows color (decimal): -2317673 or 9937628. OLE color: 9937628.
HSL color Cylindrical-coordinate representation of color #DCA297: hue angle of 9.57º degrees, saturation: 0.5, 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 #DCA297 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 151 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.14 |
| HSL | 9.57º | 0.5% | 0.73% | - |
| HSV(B) | 9.57º | 0.31% | 0.86% | - |
| XYZ | 48.02 | 43.29 | 35.1 | - |
| YUV | 178.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 151 | 0 | 0.26 | 0.31 | 0.14 | 9.57 | 0.5 | 0.73 |
| Hex | DC | A2 | 97 | 0 | 1A | 1F | E | A | 32 | 49 |
| Octal | 334 | 242 | 227 | 0 | 32 | 37 | 16 | 12 | 62 | 111 |
| Binary | 11011100 | 10100010 | 10010111 | 0 | 11010 | 11111 | 1110 | 1010 | 110010 | 1001001 |
Color Harmonies of #DCA297
Complementary color
Monochromatic Colors of #DCA297
Black with #DCA297
Text Example
Text Example
White with #DCA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA297; }
p { color: rgb(220,162,151); }
H1.HeaderClassName
{
color: #DCA297;
}
.AnyTagClassName
{
color: #DCA297;
}
</style>
background-color css
<style>
a { background-color: #DCA297; }
a { background-color: rgb(220,162,151); }
div.DivClassName
{
background-color: #DCA297;
}
.BgClassName
{
background-color: #DCA297;
}
</style>
border-color css
<style>
span { border-color: #DCA297; }
span { border-color: rgb(220,162,151); }
td.TdClassName
{
border-color: #DCA297;
}
.TagClassName
{
border-color: #DCA297;
}
</style>