Shades of Rose #DCAA98
Tints of Rose #DCAA98
RGB
CMYK
RGB Variations
Color information
#DCAA98 (or 0xDCAA98) is known color: Rose. HEX triplet: DC, AA and 98. RGB value is (220,170,152). Sum of RGB (Red+Green+Blue) = 220+170+152=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA98 is #235567. Grayscale: #B7B7B7. Windows color (decimal): -2315624 or 10005212. OLE color: 10005212.
HSL color Cylindrical-coordinate representation of color #DCAA98: hue angle of 15.88º 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 #DCAA98 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 152 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.14 |
| HSL | 15.88º | 0.49% | 0.73% | - |
| HSV(B) | 15.88º | 0.31% | 0.86% | - |
| XYZ | 49.56 | 46.23 | 36.02 | - |
| YUV | 182.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 152 | 0 | 0.23 | 0.31 | 0.14 | 15.88 | 0.49 | 0.73 |
| Hex | DC | AA | 98 | 0 | 17 | 1F | E | 10 | 31 | 49 |
| Octal | 334 | 252 | 230 | 0 | 27 | 37 | 16 | 20 | 61 | 111 |
| Binary | 11011100 | 10101010 | 10011000 | 0 | 10111 | 11111 | 1110 | 10000 | 110001 | 1001001 |
Color Harmonies of #DCAA98
Complementary color
Monochromatic Colors of #DCAA98
Black with #DCAA98
Text Example
Text Example
White with #DCAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA98; }
p { color: rgb(220,170,152); }
H1.HeaderClassName
{
color: #DCAA98;
}
.AnyTagClassName
{
color: #DCAA98;
}
</style>
background-color css
<style>
a { background-color: #DCAA98; }
a { background-color: rgb(220,170,152); }
div.DivClassName
{
background-color: #DCAA98;
}
.BgClassName
{
background-color: #DCAA98;
}
</style>
border-color css
<style>
span { border-color: #DCAA98; }
span { border-color: rgb(220,170,152); }
td.TdClassName
{
border-color: #DCAA98;
}
.TagClassName
{
border-color: #DCAA98;
}
</style>