Shades of Rose #DCAB96
Tints of Rose #DCAB96
RGB
CMYK
RGB Variations
Color information
#DCAB96 (or 0xDCAB96) is known color: Rose. HEX triplet: DC, AB and 96. RGB value is (220,171,150). Sum of RGB (Red+Green+Blue) = 220+171+150=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB96 is #235469. Grayscale: #B7B7B7. Windows color (decimal): -2315370 or 9874396. OLE color: 9874396.
HSL color Cylindrical-coordinate representation of color #DCAB96: hue angle of 18º 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 #DCAB96 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 150 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.14 |
| HSL | 18º | 0.5% | 0.73% | - |
| HSV(B) | 18º | 0.32% | 0.86% | - |
| XYZ | 49.58 | 46.54 | 35.22 | - |
| YUV | 183.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 150 | 0 | 0.22 | 0.32 | 0.14 | 18 | 0.5 | 0.73 |
| Hex | DC | AB | 96 | 0 | 16 | 20 | E | 12 | 32 | 49 |
| Octal | 334 | 253 | 226 | 0 | 26 | 40 | 16 | 22 | 62 | 111 |
| Binary | 11011100 | 10101011 | 10010110 | 0 | 10110 | 100000 | 1110 | 10010 | 110010 | 1001001 |
Color Harmonies of #DCAB96
Complementary color
Monochromatic Colors of #DCAB96
Black with #DCAB96
Text Example
Text Example
White with #DCAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB96; }
p { color: rgb(220,171,150); }
H1.HeaderClassName
{
color: #DCAB96;
}
.AnyTagClassName
{
color: #DCAB96;
}
</style>
background-color css
<style>
a { background-color: #DCAB96; }
a { background-color: rgb(220,171,150); }
div.DivClassName
{
background-color: #DCAB96;
}
.BgClassName
{
background-color: #DCAB96;
}
</style>
border-color css
<style>
span { border-color: #DCAB96; }
span { border-color: rgb(220,171,150); }
td.TdClassName
{
border-color: #DCAB96;
}
.TagClassName
{
border-color: #DCAB96;
}
</style>