Shades of Roman #DC6463
Tints of Roman #DC6463
RGB
CMYK
RGB Variations
Color information
#DC6463 (or 0xDC6463) is known color: Roman. HEX triplet: DC, 64 and 63. RGB value is (220,100,99). Sum of RGB (Red+Green+Blue) = 220+100+99=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6463 is #239B9C. Grayscale: #878787. Windows color (decimal): -2333597 or 6513884. OLE color: 6513884.
HSL color Cylindrical-coordinate representation of color #DC6463: hue angle of 0.5º 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 #DC6463 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 99 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.14 |
| HSL | 0.5º | 0.63% | 0.63% | - |
| HSV(B) | 0.5º | 0.55% | 0.86% | - |
| XYZ | 36.32 | 25.23 | 14.76 | - |
| YUV | 135.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 99 | 0 | 0.55 | 0.55 | 0.14 | 0.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 63 | 0 | 37 | 37 | E | 0 | 3F | 3F |
| Octal | 334 | 144 | 143 | 0 | 67 | 67 | 16 | 0 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1100011 | 0 | 110111 | 110111 | 1110 | 0 | 111111 | 111111 |
Color Harmonies of #DC6463
Complementary color
Monochromatic Colors of #DC6463
Black with #DC6463
Text Example
Text Example
White with #DC6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6463; }
p { color: rgb(220,100,99); }
H1.HeaderClassName
{
color: #DC6463;
}
.AnyTagClassName
{
color: #DC6463;
}
</style>
background-color css
<style>
a { background-color: #DC6463; }
a { background-color: rgb(220,100,99); }
div.DivClassName
{
background-color: #DC6463;
}
.BgClassName
{
background-color: #DC6463;
}
</style>
border-color css
<style>
span { border-color: #DC6463; }
span { border-color: rgb(220,100,99); }
td.TdClassName
{
border-color: #DC6463;
}
.TagClassName
{
border-color: #DC6463;
}
</style>