Shades of Cabaret #DA566A
Tints of Cabaret #DA566A
RGB
CMYK
RGB Variations
Color information
#DA566A (or 0xDA566A) is known color: Cabaret. HEX triplet: DA, 56 and 6A. RGB value is (218,86,106). Sum of RGB (Red+Green+Blue) = 218+86+106=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA566A is #25A995. Grayscale: #7F7F7F. Windows color (decimal): -2468246 or 6969050. OLE color: 6969050.
HSL color Cylindrical-coordinate representation of color #DA566A: hue angle of 350.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA566A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 106 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.15 |
| HSL | 350.91º | 0.64% | 0.6% | - |
| HSV(B) | 350.91º | 0.61% | 0.85% | - |
| XYZ | 34.84 | 22.6 | 16.16 | - |
| YUV | 127.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 106 | 0 | 0.61 | 0.51 | 0.15 | 350.91 | 0.64 | 0.6 |
| Hex | DA | 56 | 6A | 0 | 3D | 33 | F | 15F | 40 | 3C |
| Octal | 332 | 126 | 152 | 0 | 75 | 63 | 17 | 537 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1101010 | 0 | 111101 | 110011 | 1111 | 101011111 | 1000000 | 111100 |
Color Harmonies of #DA566A
Complementary color
Monochromatic Colors of #DA566A
Black with #DA566A
Text Example
Text Example
White with #DA566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA566A; }
p { color: rgb(218,86,106); }
H1.HeaderClassName
{
color: #DA566A;
}
.AnyTagClassName
{
color: #DA566A;
}
</style>
background-color css
<style>
a { background-color: #DA566A; }
a { background-color: rgb(218,86,106); }
div.DivClassName
{
background-color: #DA566A;
}
.BgClassName
{
background-color: #DA566A;
}
</style>
border-color css
<style>
span { border-color: #DA566A; }
span { border-color: rgb(218,86,106); }
td.TdClassName
{
border-color: #DA566A;
}
.TagClassName
{
border-color: #DA566A;
}
</style>