Shades of Rose #DCA299
Tints of Rose #DCA299
RGB
CMYK
RGB Variations
Color information
#DCA299 (or 0xDCA299) is known color: Rose. HEX triplet: DC, A2 and 99. RGB value is (220,162,153). Sum of RGB (Red+Green+Blue) = 220+162+153=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA299 is #235D66. Grayscale: #B2B2B2. Windows color (decimal): -2317671 or 10068700. OLE color: 10068700.
HSL color Cylindrical-coordinate representation of color #DCA299: hue angle of 8.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA299 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 153 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.14 |
| HSL | 8.06º | 0.49% | 0.73% | - |
| HSV(B) | 8.06º | 0.3% | 0.86% | - |
| XYZ | 48.19 | 43.36 | 35.97 | - |
| YUV | 178.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 153 | 0 | 0.26 | 0.30 | 0.14 | 8.06 | 0.49 | 0.73 |
| Hex | DC | A2 | 99 | 0 | 1A | 1E | E | 8 | 31 | 49 |
| Octal | 334 | 242 | 231 | 0 | 32 | 36 | 16 | 10 | 61 | 111 |
| Binary | 11011100 | 10100010 | 10011001 | 0 | 11010 | 11110 | 1110 | 1000 | 110001 | 1001001 |
Color Harmonies of #DCA299
Complementary color
Monochromatic Colors of #DCA299
Black with #DCA299
Text Example
Text Example
White with #DCA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA299; }
p { color: rgb(220,162,153); }
H1.HeaderClassName
{
color: #DCA299;
}
.AnyTagClassName
{
color: #DCA299;
}
</style>
background-color css
<style>
a { background-color: #DCA299; }
a { background-color: rgb(220,162,153); }
div.DivClassName
{
background-color: #DCA299;
}
.BgClassName
{
background-color: #DCA299;
}
</style>
border-color css
<style>
span { border-color: #DCA299; }
span { border-color: rgb(220,162,153); }
td.TdClassName
{
border-color: #DCA299;
}
.TagClassName
{
border-color: #DCA299;
}
</style>