Shades of Roman #DC6565
Tints of Roman #DC6565
RGB
CMYK
RGB Variations
Color information
#DC6565 (or 0xDC6565) is known color: Roman. HEX triplet: DC, 65 and 65. RGB value is (220,101,101). Sum of RGB (Red+Green+Blue) = 220+101+101=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6565 is #239A9A. Grayscale: #888888. Windows color (decimal): -2333339 or 6645212. OLE color: 6645212.
HSL color Cylindrical-coordinate representation of color #DC6565: hue angle of 0º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6565 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 101 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.14 |
| HSL | 0º | 0.63% | 0.63% | - |
| HSV(B) | 0º | 0.54% | 0.86% | - |
| XYZ | 36.52 | 25.46 | 15.3 | - |
| YUV | 136.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 101 | 0 | 0.54 | 0.54 | 0.14 | 0 | 0.63 | 0.63 |
| Hex | DC | 65 | 65 | 0 | 36 | 36 | E | 0 | 3F | 3F |
| Octal | 334 | 145 | 145 | 0 | 66 | 66 | 16 | 0 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1100101 | 0 | 110110 | 110110 | 1110 | 0 | 111111 | 111111 |
Color Harmonies of #DC6565
Complementary color
Monochromatic Colors of #DC6565
Black with #DC6565
Text Example
Text Example
White with #DC6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6565; }
p { color: rgb(220,101,101); }
H1.HeaderClassName
{
color: #DC6565;
}
.AnyTagClassName
{
color: #DC6565;
}
</style>
background-color css
<style>
a { background-color: #DC6565; }
a { background-color: rgb(220,101,101); }
div.DivClassName
{
background-color: #DC6565;
}
.BgClassName
{
background-color: #DC6565;
}
</style>
border-color css
<style>
span { border-color: #DC6565; }
span { border-color: rgb(220,101,101); }
td.TdClassName
{
border-color: #DC6565;
}
.TagClassName
{
border-color: #DC6565;
}
</style>