Shades of Rose #DCA49A
Tints of Rose #DCA49A
RGB
CMYK
RGB Variations
Color information
#DCA49A (or 0xDCA49A) is known color: Rose. HEX triplet: DC, A4 and 9A. RGB value is (220,164,154). Sum of RGB (Red+Green+Blue) = 220+164+154=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA49A is #235B65. Grayscale: #B3B3B3. Windows color (decimal): -2317158 or 10134748. OLE color: 10134748.
HSL color Cylindrical-coordinate representation of color #DCA49A: hue angle of 9.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA49A is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 154 | - |
| CMYK | 0 | 0.25 | 0.3 | 0.14 |
| HSL | 9.09º | 0.49% | 0.73% | - |
| HSV(B) | 9.09º | 0.3% | 0.86% | - |
| XYZ | 48.62 | 44.1 | 36.52 | - |
| YUV | 179.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 154 | 0 | 0.25 | 0.3 | 0.14 | 9.09 | 0.49 | 0.73 |
| Hex | DC | A4 | 9A | 0 | 19 | 1E | E | 9 | 31 | 49 |
| Octal | 334 | 244 | 232 | 0 | 31 | 36 | 16 | 11 | 61 | 111 |
| Binary | 11011100 | 10100100 | 10011010 | 0 | 11001 | 11110 | 1110 | 1001 | 110001 | 1001001 |
Color Harmonies of #DCA49A
Complementary color
Monochromatic Colors of #DCA49A
Black with #DCA49A
Text Example
Text Example
White with #DCA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA49A; }
p { color: rgb(220,164,154); }
H1.HeaderClassName
{
color: #DCA49A;
}
.AnyTagClassName
{
color: #DCA49A;
}
</style>
background-color css
<style>
a { background-color: #DCA49A; }
a { background-color: rgb(220,164,154); }
div.DivClassName
{
background-color: #DCA49A;
}
.BgClassName
{
background-color: #DCA49A;
}
</style>
border-color css
<style>
span { border-color: #DCA49A; }
span { border-color: rgb(220,164,154); }
td.TdClassName
{
border-color: #DCA49A;
}
.TagClassName
{
border-color: #DCA49A;
}
</style>