Shades of Roman #DC6160
Tints of Roman #DC6160
RGB
CMYK
RGB Variations
Color information
#DC6160 (or 0xDC6160) is known color: Roman. HEX triplet: DC, 61 and 60. RGB value is (220,97,96). Sum of RGB (Red+Green+Blue) = 220+97+96=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6160 is #239E9F. Grayscale: #858585. Windows color (decimal): -2334368 or 6316508. OLE color: 6316508.
HSL color Cylindrical-coordinate representation of color #DC6160: hue angle of 0.48º 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 #DC6160 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 96 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.14 |
| HSL | 0.48º | 0.64% | 0.62% | - |
| HSV(B) | 0.48º | 0.56% | 0.86% | - |
| XYZ | 35.9 | 24.61 | 13.92 | - |
| YUV | 133.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 96 | 0 | 0.56 | 0.56 | 0.14 | 0.48 | 0.64 | 0.62 |
| Hex | DC | 61 | 60 | 0 | 38 | 38 | E | 0 | 40 | 3E |
| Octal | 334 | 141 | 140 | 0 | 70 | 70 | 16 | 0 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1100000 | 0 | 111000 | 111000 | 1110 | 0 | 1000000 | 111110 |
Color Harmonies of #DC6160
Complementary color
Monochromatic Colors of #DC6160
Black with #DC6160
Text Example
Text Example
White with #DC6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6160; }
p { color: rgb(220,97,96); }
H1.HeaderClassName
{
color: #DC6160;
}
.AnyTagClassName
{
color: #DC6160;
}
</style>
background-color css
<style>
a { background-color: #DC6160; }
a { background-color: rgb(220,97,96); }
div.DivClassName
{
background-color: #DC6160;
}
.BgClassName
{
background-color: #DC6160;
}
</style>
border-color css
<style>
span { border-color: #DC6160; }
span { border-color: rgb(220,97,96); }
td.TdClassName
{
border-color: #DC6160;
}
.TagClassName
{
border-color: #DC6160;
}
</style>