Shades of Cabaret #DF566A
Tints of Cabaret #DF566A
RGB
CMYK
RGB Variations
Color information
#DF566A (or 0xDF566A) is known color: Cabaret. HEX triplet: DF, 56 and 6A. RGB value is (223,86,106). Sum of RGB (Red+Green+Blue) = 223+86+106=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF566A is #20A995. Grayscale: #818181. Windows color (decimal): -2140566 or 6969055. OLE color: 6969055.
HSL color Cylindrical-coordinate representation of color #DF566A: hue angle of 351.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF566A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 106 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.13 |
| HSL | 351.24º | 0.68% | 0.61% | - |
| HSV(B) | 351.24º | 0.61% | 0.87% | - |
| XYZ | 36.36 | 23.38 | 16.23 | - |
| YUV | 129.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 106 | 0 | 0.61 | 0.52 | 0.13 | 351.24 | 0.68 | 0.61 |
| Hex | DF | 56 | 6A | 0 | 3D | 34 | D | 15F | 44 | 3D |
| Octal | 337 | 126 | 152 | 0 | 75 | 64 | 15 | 537 | 104 | 75 |
| Binary | 11011111 | 1010110 | 1101010 | 0 | 111101 | 110100 | 1101 | 101011111 | 1000100 | 111101 |
Color Harmonies of #DF566A
Complementary color
Monochromatic Colors of #DF566A
Black with #DF566A
Text Example
Text Example
White with #DF566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF566A; }
p { color: rgb(223,86,106); }
H1.HeaderClassName
{
color: #DF566A;
}
.AnyTagClassName
{
color: #DF566A;
}
</style>
background-color css
<style>
a { background-color: #DF566A; }
a { background-color: rgb(223,86,106); }
div.DivClassName
{
background-color: #DF566A;
}
.BgClassName
{
background-color: #DF566A;
}
</style>
border-color css
<style>
span { border-color: #DF566A; }
span { border-color: rgb(223,86,106); }
td.TdClassName
{
border-color: #DF566A;
}
.TagClassName
{
border-color: #DF566A;
}
</style>