Shades of Rose #DCAA96
Tints of Rose #DCAA96
RGB
CMYK
RGB Variations
Color information
#DCAA96 (or 0xDCAA96) is known color: Rose. HEX triplet: DC, AA and 96. RGB value is (220,170,150). Sum of RGB (Red+Green+Blue) = 220+170+150=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA96 is #235569. Grayscale: #B6B6B6. Windows color (decimal): -2315626 or 9874140. OLE color: 9874140.
HSL color Cylindrical-coordinate representation of color #DCAA96: hue angle of 17.14º 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 #DCAA96 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 150 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.14 |
| HSL | 17.14º | 0.5% | 0.73% | - |
| HSV(B) | 17.14º | 0.32% | 0.86% | - |
| XYZ | 49.39 | 46.17 | 35.16 | - |
| YUV | 182.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 150 | 0 | 0.23 | 0.32 | 0.14 | 17.14 | 0.5 | 0.73 |
| Hex | DC | AA | 96 | 0 | 17 | 20 | E | 11 | 32 | 49 |
| Octal | 334 | 252 | 226 | 0 | 27 | 40 | 16 | 21 | 62 | 111 |
| Binary | 11011100 | 10101010 | 10010110 | 0 | 10111 | 100000 | 1110 | 10001 | 110010 | 1001001 |
Color Harmonies of #DCAA96
Complementary color
Monochromatic Colors of #DCAA96
Black with #DCAA96
Text Example
Text Example
White with #DCAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA96; }
p { color: rgb(220,170,150); }
H1.HeaderClassName
{
color: #DCAA96;
}
.AnyTagClassName
{
color: #DCAA96;
}
</style>
background-color css
<style>
a { background-color: #DCAA96; }
a { background-color: rgb(220,170,150); }
div.DivClassName
{
background-color: #DCAA96;
}
.BgClassName
{
background-color: #DCAA96;
}
</style>
border-color css
<style>
span { border-color: #DCAA96; }
span { border-color: rgb(220,170,150); }
td.TdClassName
{
border-color: #DCAA96;
}
.TagClassName
{
border-color: #DCAA96;
}
</style>