Shades of Rose #DCAC98
Tints of Rose #DCAC98
RGB
CMYK
RGB Variations
Color information
#DCAC98 (or 0xDCAC98) is known color: Rose. HEX triplet: DC, AC and 98. RGB value is (220,172,152). Sum of RGB (Red+Green+Blue) = 220+172+152=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC98 is #235367. Grayscale: #B8B8B8. Windows color (decimal): -2315112 or 10005724. OLE color: 10005724.
HSL color Cylindrical-coordinate representation of color #DCAC98: hue angle of 17.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAC98 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 152 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.14 |
| HSL | 17.65º | 0.49% | 0.73% | - |
| HSV(B) | 17.65º | 0.31% | 0.86% | - |
| XYZ | 49.94 | 46.99 | 36.14 | - |
| YUV | 184.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 152 | 0 | 0.22 | 0.31 | 0.14 | 17.65 | 0.49 | 0.73 |
| Hex | DC | AC | 98 | 0 | 16 | 1F | E | 12 | 31 | 49 |
| Octal | 334 | 254 | 230 | 0 | 26 | 37 | 16 | 22 | 61 | 111 |
| Binary | 11011100 | 10101100 | 10011000 | 0 | 10110 | 11111 | 1110 | 10010 | 110001 | 1001001 |
Color Harmonies of #DCAC98
Complementary color
Monochromatic Colors of #DCAC98
Black with #DCAC98
Text Example
Text Example
White with #DCAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC98; }
p { color: rgb(220,172,152); }
H1.HeaderClassName
{
color: #DCAC98;
}
.AnyTagClassName
{
color: #DCAC98;
}
</style>
background-color css
<style>
a { background-color: #DCAC98; }
a { background-color: rgb(220,172,152); }
div.DivClassName
{
background-color: #DCAC98;
}
.BgClassName
{
background-color: #DCAC98;
}
</style>
border-color css
<style>
span { border-color: #DCAC98; }
span { border-color: rgb(220,172,152); }
td.TdClassName
{
border-color: #DCAC98;
}
.TagClassName
{
border-color: #DCAC98;
}
</style>