Shades of Rose #DCAC95
Tints of Rose #DCAC95
RGB
CMYK
RGB Variations
Color information
#DCAC95 (or 0xDCAC95) is known color: Rose. HEX triplet: DC, AC and 95. RGB value is (220,172,149). Sum of RGB (Red+Green+Blue) = 220+172+149=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC95 is #23536A. Grayscale: #B7B7B7. Windows color (decimal): -2315115 or 9809116. OLE color: 9809116.
HSL color Cylindrical-coordinate representation of color #DCAC95: hue angle of 19.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAC95 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 149 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.14 |
| HSL | 19.44º | 0.5% | 0.72% | - |
| HSV(B) | 19.44º | 0.32% | 0.86% | - |
| XYZ | 49.69 | 46.89 | 34.87 | - |
| YUV | 183.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 149 | 0 | 0.22 | 0.32 | 0.14 | 19.44 | 0.5 | 0.72 |
| Hex | DC | AC | 95 | 0 | 16 | 20 | E | 13 | 32 | 48 |
| Octal | 334 | 254 | 225 | 0 | 26 | 40 | 16 | 23 | 62 | 110 |
| Binary | 11011100 | 10101100 | 10010101 | 0 | 10110 | 100000 | 1110 | 10011 | 110010 | 1001000 |
Color Harmonies of #DCAC95
Complementary color
Monochromatic Colors of #DCAC95
Black with #DCAC95
Text Example
Text Example
White with #DCAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC95; }
p { color: rgb(220,172,149); }
H1.HeaderClassName
{
color: #DCAC95;
}
.AnyTagClassName
{
color: #DCAC95;
}
</style>
background-color css
<style>
a { background-color: #DCAC95; }
a { background-color: rgb(220,172,149); }
div.DivClassName
{
background-color: #DCAC95;
}
.BgClassName
{
background-color: #DCAC95;
}
</style>
border-color css
<style>
span { border-color: #DCAC95; }
span { border-color: rgb(220,172,149); }
td.TdClassName
{
border-color: #DCAC95;
}
.TagClassName
{
border-color: #DCAC95;
}
</style>