Shades of Rose #DCA892
Tints of Rose #DCA892
RGB
CMYK
RGB Variations
Color information
#DCA892 (or 0xDCA892) is known color: Rose. HEX triplet: DC, A8 and 92. RGB value is (220,168,146). Sum of RGB (Red+Green+Blue) = 220+168+146=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA892 is #23576D. Grayscale: #B5B5B5. Windows color (decimal): -2316142 or 9611484. OLE color: 9611484.
HSL color Cylindrical-coordinate representation of color #DCA892: hue angle of 17.84º 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 #DCA892 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 146 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.14 |
| HSL | 17.84º | 0.51% | 0.72% | - |
| HSV(B) | 17.84º | 0.34% | 0.86% | - |
| XYZ | 48.71 | 45.3 | 33.37 | - |
| YUV | 181.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 146 | 0 | 0.24 | 0.34 | 0.14 | 17.84 | 0.51 | 0.72 |
| Hex | DC | A8 | 92 | 0 | 18 | 22 | E | 12 | 33 | 48 |
| Octal | 334 | 250 | 222 | 0 | 30 | 42 | 16 | 22 | 63 | 110 |
| Binary | 11011100 | 10101000 | 10010010 | 0 | 11000 | 100010 | 1110 | 10010 | 110011 | 1001000 |
Color Harmonies of #DCA892
Complementary color
Monochromatic Colors of #DCA892
Black with #DCA892
Text Example
Text Example
White with #DCA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA892; }
p { color: rgb(220,168,146); }
H1.HeaderClassName
{
color: #DCA892;
}
.AnyTagClassName
{
color: #DCA892;
}
</style>
background-color css
<style>
a { background-color: #DCA892; }
a { background-color: rgb(220,168,146); }
div.DivClassName
{
background-color: #DCA892;
}
.BgClassName
{
background-color: #DCA892;
}
</style>
border-color css
<style>
span { border-color: #DCA892; }
span { border-color: rgb(220,168,146); }
td.TdClassName
{
border-color: #DCA892;
}
.TagClassName
{
border-color: #DCA892;
}
</style>