Shades of Cabaret #DC556D
Tints of Cabaret #DC556D
RGB
CMYK
RGB Variations
Color information
#DC556D (or 0xDC556D) is known color: Cabaret. HEX triplet: DC, 55 and 6D. RGB value is (220,85,109). Sum of RGB (Red+Green+Blue) = 220+85+109=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556D is #23AA92. Grayscale: #808080. Windows color (decimal): -2337427 or 7165404. OLE color: 7165404.
HSL color Cylindrical-coordinate representation of color #DC556D: hue angle of 349.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC556D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 109 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.14 |
| HSL | 349.33º | 0.66% | 0.6% | - |
| HSV(B) | 349.33º | 0.61% | 0.86% | - |
| XYZ | 35.52 | 22.82 | 17 | - |
| YUV | 128.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 109 | 0 | 0.61 | 0.50 | 0.14 | 349.33 | 0.66 | 0.6 |
| Hex | DC | 55 | 6D | 0 | 3D | 32 | E | 15D | 42 | 3C |
| Octal | 334 | 125 | 155 | 0 | 75 | 62 | 16 | 535 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1101101 | 0 | 111101 | 110010 | 1110 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DC556D
Complementary color
Monochromatic Colors of #DC556D
Black with #DC556D
Text Example
Text Example
White with #DC556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC556D; }
p { color: rgb(220,85,109); }
H1.HeaderClassName
{
color: #DC556D;
}
.AnyTagClassName
{
color: #DC556D;
}
</style>
background-color css
<style>
a { background-color: #DC556D; }
a { background-color: rgb(220,85,109); }
div.DivClassName
{
background-color: #DC556D;
}
.BgClassName
{
background-color: #DC556D;
}
</style>
border-color css
<style>
span { border-color: #DC556D; }
span { border-color: rgb(220,85,109); }
td.TdClassName
{
border-color: #DC556D;
}
.TagClassName
{
border-color: #DC556D;
}
</style>