Shades of Rose #DCAC96
Tints of Rose #DCAC96
RGB
CMYK
RGB Variations
Color information
#DCAC96 (or 0xDCAC96) is known color: Rose. HEX triplet: DC, AC and 96. RGB value is (220,172,150). Sum of RGB (Red+Green+Blue) = 220+172+150=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC96 is #235369. Grayscale: #B7B7B7. Windows color (decimal): -2315114 or 9874652. OLE color: 9874652.
HSL color Cylindrical-coordinate representation of color #DCAC96: hue angle of 18.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAC96 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 150 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.14 |
| HSL | 18.86º | 0.5% | 0.73% | - |
| HSV(B) | 18.86º | 0.32% | 0.86% | - |
| XYZ | 49.77 | 46.92 | 35.29 | - |
| YUV | 183.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 150 | 0 | 0.22 | 0.32 | 0.14 | 18.86 | 0.5 | 0.73 |
| Hex | DC | AC | 96 | 0 | 16 | 20 | E | 13 | 32 | 49 |
| Octal | 334 | 254 | 226 | 0 | 26 | 40 | 16 | 23 | 62 | 111 |
| Binary | 11011100 | 10101100 | 10010110 | 0 | 10110 | 100000 | 1110 | 10011 | 110010 | 1001001 |
Color Harmonies of #DCAC96
Complementary color
Monochromatic Colors of #DCAC96
Black with #DCAC96
Text Example
Text Example
White with #DCAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC96; }
p { color: rgb(220,172,150); }
H1.HeaderClassName
{
color: #DCAC96;
}
.AnyTagClassName
{
color: #DCAC96;
}
</style>
background-color css
<style>
a { background-color: #DCAC96; }
a { background-color: rgb(220,172,150); }
div.DivClassName
{
background-color: #DCAC96;
}
.BgClassName
{
background-color: #DCAC96;
}
</style>
border-color css
<style>
span { border-color: #DCAC96; }
span { border-color: rgb(220,172,150); }
td.TdClassName
{
border-color: #DCAC96;
}
.TagClassName
{
border-color: #DCAC96;
}
</style>