Shades of Rose #DCA392
Tints of Rose #DCA392
RGB
CMYK
RGB Variations
Color information
#DCA392 (or 0xDCA392) is known color: Rose. HEX triplet: DC, A3 and 92. RGB value is (220,163,146). Sum of RGB (Red+Green+Blue) = 220+163+146=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA392 is #235C6D. Grayscale: #B2B2B2. Windows color (decimal): -2317422 or 9610204. OLE color: 9610204.
HSL color Cylindrical-coordinate representation of color #DCA392: hue angle of 13.78º 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 #DCA392 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 146 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.14 |
| HSL | 13.78º | 0.51% | 0.72% | - |
| HSV(B) | 13.78º | 0.34% | 0.86% | - |
| XYZ | 47.8 | 43.49 | 33.07 | - |
| YUV | 178.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 146 | 0 | 0.26 | 0.34 | 0.14 | 13.78 | 0.51 | 0.72 |
| Hex | DC | A3 | 92 | 0 | 1A | 22 | E | E | 33 | 48 |
| Octal | 334 | 243 | 222 | 0 | 32 | 42 | 16 | 16 | 63 | 110 |
| Binary | 11011100 | 10100011 | 10010010 | 0 | 11010 | 100010 | 1110 | 1110 | 110011 | 1001000 |
Color Harmonies of #DCA392
Complementary color
Monochromatic Colors of #DCA392
Black with #DCA392
Text Example
Text Example
White with #DCA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA392; }
p { color: rgb(220,163,146); }
H1.HeaderClassName
{
color: #DCA392;
}
.AnyTagClassName
{
color: #DCA392;
}
</style>
background-color css
<style>
a { background-color: #DCA392; }
a { background-color: rgb(220,163,146); }
div.DivClassName
{
background-color: #DCA392;
}
.BgClassName
{
background-color: #DCA392;
}
</style>
border-color css
<style>
span { border-color: #DCA392; }
span { border-color: rgb(220,163,146); }
td.TdClassName
{
border-color: #DCA392;
}
.TagClassName
{
border-color: #DCA392;
}
</style>