Shades of Roman #DC6159
Tints of Roman #DC6159
RGB
CMYK
RGB Variations
Color information
#DC6159 (or 0xDC6159) is known color: Roman. HEX triplet: DC, 61 and 59. RGB value is (220,97,89). Sum of RGB (Red+Green+Blue) = 220+97+89=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6159 is #239EA6. Grayscale: #858585. Windows color (decimal): -2334375 or 5857756. OLE color: 5857756.
HSL color Cylindrical-coordinate representation of color #DC6159: hue angle of 3.66º 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 #DC6159 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 89 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.14 |
| HSL | 3.66º | 0.65% | 0.61% | - |
| HSV(B) | 3.66º | 0.6% | 0.86% | - |
| XYZ | 35.59 | 24.49 | 12.3 | - |
| YUV | 132.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 89 | 0 | 0.56 | 0.60 | 0.14 | 3.66 | 0.65 | 0.61 |
| Hex | DC | 61 | 59 | 0 | 38 | 3C | E | 4 | 41 | 3D |
| Octal | 334 | 141 | 131 | 0 | 70 | 74 | 16 | 4 | 101 | 75 |
| Binary | 11011100 | 1100001 | 1011001 | 0 | 111000 | 111100 | 1110 | 100 | 1000001 | 111101 |
Color Harmonies of #DC6159
Complementary color
Monochromatic Colors of #DC6159
Black with #DC6159
Text Example
Text Example
White with #DC6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6159; }
p { color: rgb(220,97,89); }
H1.HeaderClassName
{
color: #DC6159;
}
.AnyTagClassName
{
color: #DC6159;
}
</style>
background-color css
<style>
a { background-color: #DC6159; }
a { background-color: rgb(220,97,89); }
div.DivClassName
{
background-color: #DC6159;
}
.BgClassName
{
background-color: #DC6159;
}
</style>
border-color css
<style>
span { border-color: #DC6159; }
span { border-color: rgb(220,97,89); }
td.TdClassName
{
border-color: #DC6159;
}
.TagClassName
{
border-color: #DC6159;
}
</style>