Shades of Rose #DCA794
Tints of Rose #DCA794
RGB
CMYK
RGB Variations
Color information
#DCA794 (or 0xDCA794) is known color: Rose. HEX triplet: DC, A7 and 94. RGB value is (220,167,148). Sum of RGB (Red+Green+Blue) = 220+167+148=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA794 is #23586B. Grayscale: #B4B4B4. Windows color (decimal): -2316396 or 9742300. OLE color: 9742300.
HSL color Cylindrical-coordinate representation of color #DCA794: hue angle of 15.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA794 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 148 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.14 |
| HSL | 15.83º | 0.51% | 0.72% | - |
| HSV(B) | 15.83º | 0.33% | 0.86% | - |
| XYZ | 48.68 | 44.99 | 34.14 | - |
| YUV | 180.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 148 | 0 | 0.24 | 0.33 | 0.14 | 15.83 | 0.51 | 0.72 |
| Hex | DC | A7 | 94 | 0 | 18 | 21 | E | 10 | 33 | 48 |
| Octal | 334 | 247 | 224 | 0 | 30 | 41 | 16 | 20 | 63 | 110 |
| Binary | 11011100 | 10100111 | 10010100 | 0 | 11000 | 100001 | 1110 | 10000 | 110011 | 1001000 |
Color Harmonies of #DCA794
Complementary color
Monochromatic Colors of #DCA794
Black with #DCA794
Text Example
Text Example
White with #DCA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA794; }
p { color: rgb(220,167,148); }
H1.HeaderClassName
{
color: #DCA794;
}
.AnyTagClassName
{
color: #DCA794;
}
</style>
background-color css
<style>
a { background-color: #DCA794; }
a { background-color: rgb(220,167,148); }
div.DivClassName
{
background-color: #DCA794;
}
.BgClassName
{
background-color: #DCA794;
}
</style>
border-color css
<style>
span { border-color: #DCA794; }
span { border-color: rgb(220,167,148); }
td.TdClassName
{
border-color: #DCA794;
}
.TagClassName
{
border-color: #DCA794;
}
</style>