Shades of Roman #DC6460
Tints of Roman #DC6460
RGB
CMYK
RGB Variations
Color information
#DC6460 (or 0xDC6460) is known color: Roman. HEX triplet: DC, 64 and 60. RGB value is (220,100,96). Sum of RGB (Red+Green+Blue) = 220+100+96=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6460 is #239B9F. Grayscale: #878787. Windows color (decimal): -2333600 or 6317276. OLE color: 6317276.
HSL color Cylindrical-coordinate representation of color #DC6460: hue angle of 1.94º 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 #DC6460 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 96 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.14 |
| HSL | 1.94º | 0.64% | 0.62% | - |
| HSV(B) | 1.94º | 0.56% | 0.86% | - |
| XYZ | 36.18 | 25.17 | 14.02 | - |
| YUV | 135.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 96 | 0 | 0.55 | 0.56 | 0.14 | 1.94 | 0.64 | 0.62 |
| Hex | DC | 64 | 60 | 0 | 37 | 38 | E | 2 | 40 | 3E |
| Octal | 334 | 144 | 140 | 0 | 67 | 70 | 16 | 2 | 100 | 76 |
| Binary | 11011100 | 1100100 | 1100000 | 0 | 110111 | 111000 | 1110 | 10 | 1000000 | 111110 |
Color Harmonies of #DC6460
Complementary color
Monochromatic Colors of #DC6460
Black with #DC6460
Text Example
Text Example
White with #DC6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6460; }
p { color: rgb(220,100,96); }
H1.HeaderClassName
{
color: #DC6460;
}
.AnyTagClassName
{
color: #DC6460;
}
</style>
background-color css
<style>
a { background-color: #DC6460; }
a { background-color: rgb(220,100,96); }
div.DivClassName
{
background-color: #DC6460;
}
.BgClassName
{
background-color: #DC6460;
}
</style>
border-color css
<style>
span { border-color: #DC6460; }
span { border-color: rgb(220,100,96); }
td.TdClassName
{
border-color: #DC6460;
}
.TagClassName
{
border-color: #DC6460;
}
</style>