Shades of Rose #DCA494
Tints of Rose #DCA494
RGB
CMYK
RGB Variations
Color information
#DCA494 (or 0xDCA494) is known color: Rose. HEX triplet: DC, A4 and 94. RGB value is (220,164,148). Sum of RGB (Red+Green+Blue) = 220+164+148=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA494 is #235B6B. Grayscale: #B3B3B3. Windows color (decimal): -2317164 or 9741532. OLE color: 9741532.
HSL color Cylindrical-coordinate representation of color #DCA494: hue angle of 13.33º 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 #DCA494 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 148 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.14 |
| HSL | 13.33º | 0.51% | 0.72% | - |
| HSV(B) | 13.33º | 0.33% | 0.86% | - |
| XYZ | 48.14 | 43.9 | 33.95 | - |
| YUV | 178.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 148 | 0 | 0.25 | 0.33 | 0.14 | 13.33 | 0.51 | 0.72 |
| Hex | DC | A4 | 94 | 0 | 19 | 21 | E | D | 33 | 48 |
| Octal | 334 | 244 | 224 | 0 | 31 | 41 | 16 | 15 | 63 | 110 |
| Binary | 11011100 | 10100100 | 10010100 | 0 | 11001 | 100001 | 1110 | 1101 | 110011 | 1001000 |
Color Harmonies of #DCA494
Complementary color
Monochromatic Colors of #DCA494
Black with #DCA494
Text Example
Text Example
White with #DCA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA494; }
p { color: rgb(220,164,148); }
H1.HeaderClassName
{
color: #DCA494;
}
.AnyTagClassName
{
color: #DCA494;
}
</style>
background-color css
<style>
a { background-color: #DCA494; }
a { background-color: rgb(220,164,148); }
div.DivClassName
{
background-color: #DCA494;
}
.BgClassName
{
background-color: #DCA494;
}
</style>
border-color css
<style>
span { border-color: #DCA494; }
span { border-color: rgb(220,164,148); }
td.TdClassName
{
border-color: #DCA494;
}
.TagClassName
{
border-color: #DCA494;
}
</style>