Shades of Rose #DCA595
Tints of Rose #DCA595
RGB
CMYK
RGB Variations
Color information
#DCA595 (or 0xDCA595) is known color: Rose. HEX triplet: DC, A5 and 95. RGB value is (220,165,149). Sum of RGB (Red+Green+Blue) = 220+165+149=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA595 is #235A6A. Grayscale: #B3B3B3. Windows color (decimal): -2316907 or 9807324. OLE color: 9807324.
HSL color Cylindrical-coordinate representation of color #DCA595: hue angle of 13.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA595 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 149 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.14 |
| HSL | 13.52º | 0.5% | 0.72% | - |
| HSV(B) | 13.52º | 0.32% | 0.86% | - |
| XYZ | 48.4 | 44.3 | 34.43 | - |
| YUV | 179.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 149 | 0 | 0.25 | 0.32 | 0.14 | 13.52 | 0.5 | 0.72 |
| Hex | DC | A5 | 95 | 0 | 19 | 20 | E | E | 32 | 48 |
| Octal | 334 | 245 | 225 | 0 | 31 | 40 | 16 | 16 | 62 | 110 |
| Binary | 11011100 | 10100101 | 10010101 | 0 | 11001 | 100000 | 1110 | 1110 | 110010 | 1001000 |
Color Harmonies of #DCA595
Complementary color
Monochromatic Colors of #DCA595
Black with #DCA595
Text Example
Text Example
White with #DCA595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA595; }
p { color: rgb(220,165,149); }
H1.HeaderClassName
{
color: #DCA595;
}
.AnyTagClassName
{
color: #DCA595;
}
</style>
background-color css
<style>
a { background-color: #DCA595; }
a { background-color: rgb(220,165,149); }
div.DivClassName
{
background-color: #DCA595;
}
.BgClassName
{
background-color: #DCA595;
}
</style>
border-color css
<style>
span { border-color: #DCA595; }
span { border-color: rgb(220,165,149); }
td.TdClassName
{
border-color: #DCA595;
}
.TagClassName
{
border-color: #DCA595;
}
</style>