Shades of Roman #DC6660
Tints of Roman #DC6660
RGB
CMYK
RGB Variations
Color information
#DC6660 (or 0xDC6660) is known color: Roman. HEX triplet: DC, 66 and 60. RGB value is (220,102,96). Sum of RGB (Red+Green+Blue) = 220+102+96=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6660 is #23999F. Grayscale: #888888. Windows color (decimal): -2333088 or 6317788. OLE color: 6317788.
HSL color Cylindrical-coordinate representation of color #DC6660: hue angle of 2.9º 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 #DC6660 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 96 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.14 |
| HSL | 2.9º | 0.64% | 0.62% | - |
| HSV(B) | 2.9º | 0.56% | 0.86% | - |
| XYZ | 36.38 | 25.56 | 14.08 | - |
| YUV | 136.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 96 | 0 | 0.54 | 0.56 | 0.14 | 2.9 | 0.64 | 0.62 |
| Hex | DC | 66 | 60 | 0 | 36 | 38 | E | 3 | 40 | 3E |
| Octal | 334 | 146 | 140 | 0 | 66 | 70 | 16 | 3 | 100 | 76 |
| Binary | 11011100 | 1100110 | 1100000 | 0 | 110110 | 111000 | 1110 | 11 | 1000000 | 111110 |
Color Harmonies of #DC6660
Complementary color
Monochromatic Colors of #DC6660
Black with #DC6660
Text Example
Text Example
White with #DC6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6660; }
p { color: rgb(220,102,96); }
H1.HeaderClassName
{
color: #DC6660;
}
.AnyTagClassName
{
color: #DC6660;
}
</style>
background-color css
<style>
a { background-color: #DC6660; }
a { background-color: rgb(220,102,96); }
div.DivClassName
{
background-color: #DC6660;
}
.BgClassName
{
background-color: #DC6660;
}
</style>
border-color css
<style>
span { border-color: #DC6660; }
span { border-color: rgb(220,102,96); }
td.TdClassName
{
border-color: #DC6660;
}
.TagClassName
{
border-color: #DC6660;
}
</style>