Shades of Roman #DC6563
Tints of Roman #DC6563
RGB
CMYK
RGB Variations
Color information
#DC6563 (or 0xDC6563) is known color: Roman. HEX triplet: DC, 65 and 63. RGB value is (220,101,99). Sum of RGB (Red+Green+Blue) = 220+101+99=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6563 is #239A9C. Grayscale: #888888. Windows color (decimal): -2333341 or 6514140. OLE color: 6514140.
HSL color Cylindrical-coordinate representation of color #DC6563: hue angle of 0.99º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6563 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 99 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.14 |
| HSL | 0.99º | 0.63% | 0.63% | - |
| HSV(B) | 0.99º | 0.55% | 0.86% | - |
| XYZ | 36.42 | 25.42 | 14.79 | - |
| YUV | 136.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 99 | 0 | 0.54 | 0.55 | 0.14 | 0.99 | 0.63 | 0.63 |
| Hex | DC | 65 | 63 | 0 | 36 | 37 | E | 1 | 3F | 3F |
| Octal | 334 | 145 | 143 | 0 | 66 | 67 | 16 | 1 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1100011 | 0 | 110110 | 110111 | 1110 | 1 | 111111 | 111111 |
Color Harmonies of #DC6563
Complementary color
Monochromatic Colors of #DC6563
Black with #DC6563
Text Example
Text Example
White with #DC6563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6563; }
p { color: rgb(220,101,99); }
H1.HeaderClassName
{
color: #DC6563;
}
.AnyTagClassName
{
color: #DC6563;
}
</style>
background-color css
<style>
a { background-color: #DC6563; }
a { background-color: rgb(220,101,99); }
div.DivClassName
{
background-color: #DC6563;
}
.BgClassName
{
background-color: #DC6563;
}
</style>
border-color css
<style>
span { border-color: #DC6563; }
span { border-color: rgb(220,101,99); }
td.TdClassName
{
border-color: #DC6563;
}
.TagClassName
{
border-color: #DC6563;
}
</style>