Shades of Roman #DC6560
Tints of Roman #DC6560
RGB
CMYK
RGB Variations
Color information
#DC6560 (or 0xDC6560) is known color: Roman. HEX triplet: DC, 65 and 60. RGB value is (220,101,96). Sum of RGB (Red+Green+Blue) = 220+101+96=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6560 is #239A9F. Grayscale: #888888. Windows color (decimal): -2333344 or 6317532. OLE color: 6317532.
HSL color Cylindrical-coordinate representation of color #DC6560: hue angle of 2.42º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6560 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 96 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.14 |
| HSL | 2.42º | 0.64% | 0.62% | - |
| HSV(B) | 2.42º | 0.56% | 0.86% | - |
| XYZ | 36.28 | 25.37 | 14.05 | - |
| YUV | 136.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 96 | 0 | 0.54 | 0.56 | 0.14 | 2.42 | 0.64 | 0.62 |
| Hex | DC | 65 | 60 | 0 | 36 | 38 | E | 2 | 40 | 3E |
| Octal | 334 | 145 | 140 | 0 | 66 | 70 | 16 | 2 | 100 | 76 |
| Binary | 11011100 | 1100101 | 1100000 | 0 | 110110 | 111000 | 1110 | 10 | 1000000 | 111110 |
Color Harmonies of #DC6560
Complementary color
Monochromatic Colors of #DC6560
Black with #DC6560
Text Example
Text Example
White with #DC6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6560; }
p { color: rgb(220,101,96); }
H1.HeaderClassName
{
color: #DC6560;
}
.AnyTagClassName
{
color: #DC6560;
}
</style>
background-color css
<style>
a { background-color: #DC6560; }
a { background-color: rgb(220,101,96); }
div.DivClassName
{
background-color: #DC6560;
}
.BgClassName
{
background-color: #DC6560;
}
</style>
border-color css
<style>
span { border-color: #DC6560; }
span { border-color: rgb(220,101,96); }
td.TdClassName
{
border-color: #DC6560;
}
.TagClassName
{
border-color: #DC6560;
}
</style>