Shades of Rose #DCAC99
Tints of Rose #DCAC99
RGB
CMYK
RGB Variations
Color information
#DCAC99 (or 0xDCAC99) is known color: Rose. HEX triplet: DC, AC and 99. RGB value is (220,172,153). Sum of RGB (Red+Green+Blue) = 220+172+153=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC99 is #235366. Grayscale: #B8B8B8. Windows color (decimal): -2315111 or 10071260. OLE color: 10071260.
HSL color Cylindrical-coordinate representation of color #DCAC99: hue angle of 17.01º 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 #DCAC99 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 153 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.14 |
| HSL | 17.01º | 0.49% | 0.73% | - |
| HSV(B) | 17.01º | 0.3% | 0.86% | - |
| XYZ | 50.02 | 47.02 | 36.58 | - |
| YUV | 184.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 153 | 0 | 0.22 | 0.30 | 0.14 | 17.01 | 0.49 | 0.73 |
| Hex | DC | AC | 99 | 0 | 16 | 1E | E | 11 | 31 | 49 |
| Octal | 334 | 254 | 231 | 0 | 26 | 36 | 16 | 21 | 61 | 111 |
| Binary | 11011100 | 10101100 | 10011001 | 0 | 10110 | 11110 | 1110 | 10001 | 110001 | 1001001 |
Color Harmonies of #DCAC99
Complementary color
Monochromatic Colors of #DCAC99
Black with #DCAC99
Text Example
Text Example
White with #DCAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC99; }
p { color: rgb(220,172,153); }
H1.HeaderClassName
{
color: #DCAC99;
}
.AnyTagClassName
{
color: #DCAC99;
}
</style>
background-color css
<style>
a { background-color: #DCAC99; }
a { background-color: rgb(220,172,153); }
div.DivClassName
{
background-color: #DCAC99;
}
.BgClassName
{
background-color: #DCAC99;
}
</style>
border-color css
<style>
span { border-color: #DCAC99; }
span { border-color: rgb(220,172,153); }
td.TdClassName
{
border-color: #DCAC99;
}
.TagClassName
{
border-color: #DCAC99;
}
</style>