Shades of Cabaret #DC5467
Tints of Cabaret #DC5467
RGB
CMYK
RGB Variations
Color information
#DC5467 (or 0xDC5467) is known color: Cabaret. HEX triplet: DC, 54 and 67. RGB value is (220,84,103). Sum of RGB (Red+Green+Blue) = 220+84+103=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5467 is #23AB98. Grayscale: #7E7E7E. Windows color (decimal): -2337689 or 6771932. OLE color: 6771932.
HSL color Cylindrical-coordinate representation of color #DC5467: hue angle of 351.62º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5467 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 103 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.14 |
| HSL | 351.62º | 0.66% | 0.6% | - |
| HSV(B) | 351.62º | 0.62% | 0.86% | - |
| XYZ | 35.13 | 22.54 | 15.33 | - |
| YUV | 126.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 103 | 0 | 0.62 | 0.53 | 0.14 | 351.62 | 0.66 | 0.6 |
| Hex | DC | 54 | 67 | 0 | 3E | 35 | E | 160 | 42 | 3C |
| Octal | 334 | 124 | 147 | 0 | 76 | 65 | 16 | 540 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1100111 | 0 | 111110 | 110101 | 1110 | 101100000 | 1000010 | 111100 |
Color Harmonies of #DC5467
Complementary color
Monochromatic Colors of #DC5467
Black with #DC5467
Text Example
Text Example
White with #DC5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5467; }
p { color: rgb(220,84,103); }
H1.HeaderClassName
{
color: #DC5467;
}
.AnyTagClassName
{
color: #DC5467;
}
</style>
background-color css
<style>
a { background-color: #DC5467; }
a { background-color: rgb(220,84,103); }
div.DivClassName
{
background-color: #DC5467;
}
.BgClassName
{
background-color: #DC5467;
}
</style>
border-color css
<style>
span { border-color: #DC5467; }
span { border-color: rgb(220,84,103); }
td.TdClassName
{
border-color: #DC5467;
}
.TagClassName
{
border-color: #DC5467;
}
</style>