Shades of Rose #DCA592
Tints of Rose #DCA592
RGB
CMYK
RGB Variations
Color information
#DCA592 (or 0xDCA592) is known color: Rose. HEX triplet: DC, A5 and 92. RGB value is (220,165,146). Sum of RGB (Red+Green+Blue) = 220+165+146=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA592 is #235A6D. Grayscale: #B3B3B3. Windows color (decimal): -2316910 or 9610716. OLE color: 9610716.
HSL color Cylindrical-coordinate representation of color #DCA592: hue angle of 15.41º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA592 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 146 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.14 |
| HSL | 15.41º | 0.51% | 0.72% | - |
| HSV(B) | 15.41º | 0.34% | 0.86% | - |
| XYZ | 48.16 | 44.2 | 33.19 | - |
| YUV | 179.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 146 | 0 | 0.25 | 0.34 | 0.14 | 15.41 | 0.51 | 0.72 |
| Hex | DC | A5 | 92 | 0 | 19 | 22 | E | F | 33 | 48 |
| Octal | 334 | 245 | 222 | 0 | 31 | 42 | 16 | 17 | 63 | 110 |
| Binary | 11011100 | 10100101 | 10010010 | 0 | 11001 | 100010 | 1110 | 1111 | 110011 | 1001000 |
Color Harmonies of #DCA592
Complementary color
Monochromatic Colors of #DCA592
Black with #DCA592
Text Example
Text Example
White with #DCA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA592; }
p { color: rgb(220,165,146); }
H1.HeaderClassName
{
color: #DCA592;
}
.AnyTagClassName
{
color: #DCA592;
}
</style>
background-color css
<style>
a { background-color: #DCA592; }
a { background-color: rgb(220,165,146); }
div.DivClassName
{
background-color: #DCA592;
}
.BgClassName
{
background-color: #DCA592;
}
</style>
border-color css
<style>
span { border-color: #DCA592; }
span { border-color: rgb(220,165,146); }
td.TdClassName
{
border-color: #DCA592;
}
.TagClassName
{
border-color: #DCA592;
}
</style>