Shades of Roman #DC6259
Tints of Roman #DC6259
RGB
CMYK
RGB Variations
Color information
#DC6259 (or 0xDC6259) is known color: Roman. HEX triplet: DC, 62 and 59. RGB value is (220,98,89). Sum of RGB (Red+Green+Blue) = 220+98+89=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6259 is #239DA6. Grayscale: #858585. Windows color (decimal): -2334119 or 5858012. OLE color: 5858012.
HSL color Cylindrical-coordinate representation of color #DC6259: hue angle of 4.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6259 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 89 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 4.12º | 0.65% | 0.61% | - |
| HSV(B) | 4.12º | 0.6% | 0.86% | - |
| XYZ | 35.69 | 24.67 | 12.33 | - |
| YUV | 133.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 89 | 0 | 0.55 | 0.60 | 0.14 | 4.12 | 0.65 | 0.61 |
| Hex | DC | 62 | 59 | 0 | 37 | 3C | E | 4 | 41 | 3D |
| Octal | 334 | 142 | 131 | 0 | 67 | 74 | 16 | 4 | 101 | 75 |
| Binary | 11011100 | 1100010 | 1011001 | 0 | 110111 | 111100 | 1110 | 100 | 1000001 | 111101 |
Color Harmonies of #DC6259
Complementary color
Monochromatic Colors of #DC6259
Black with #DC6259
Text Example
Text Example
White with #DC6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6259; }
p { color: rgb(220,98,89); }
H1.HeaderClassName
{
color: #DC6259;
}
.AnyTagClassName
{
color: #DC6259;
}
</style>
background-color css
<style>
a { background-color: #DC6259; }
a { background-color: rgb(220,98,89); }
div.DivClassName
{
background-color: #DC6259;
}
.BgClassName
{
background-color: #DC6259;
}
</style>
border-color css
<style>
span { border-color: #DC6259; }
span { border-color: rgb(220,98,89); }
td.TdClassName
{
border-color: #DC6259;
}
.TagClassName
{
border-color: #DC6259;
}
</style>