Shades of Roman #DC6959
Tints of Roman #DC6959
RGB
CMYK
RGB Variations
Color information
#DC6959 (or 0xDC6959) is known color: Roman. HEX triplet: DC, 69 and 59. RGB value is (220,105,89). Sum of RGB (Red+Green+Blue) = 220+105+89=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6959 is #2396A6. Grayscale: #898989. Windows color (decimal): -2332327 or 5859804. OLE color: 5859804.
HSL color Cylindrical-coordinate representation of color #DC6959: hue angle of 7.33º 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 #DC6959 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 89 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.14 |
| HSL | 7.33º | 0.65% | 0.61% | - |
| HSV(B) | 7.33º | 0.6% | 0.86% | - |
| XYZ | 36.37 | 26.04 | 12.56 | - |
| YUV | 137.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 89 | 0 | 0.52 | 0.60 | 0.14 | 7.33 | 0.65 | 0.61 |
| Hex | DC | 69 | 59 | 0 | 34 | 3C | E | 7 | 41 | 3D |
| Octal | 334 | 151 | 131 | 0 | 64 | 74 | 16 | 7 | 101 | 75 |
| Binary | 11011100 | 1101001 | 1011001 | 0 | 110100 | 111100 | 1110 | 111 | 1000001 | 111101 |
Color Harmonies of #DC6959
Complementary color
Monochromatic Colors of #DC6959
Black with #DC6959
Text Example
Text Example
White with #DC6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6959; }
p { color: rgb(220,105,89); }
H1.HeaderClassName
{
color: #DC6959;
}
.AnyTagClassName
{
color: #DC6959;
}
</style>
background-color css
<style>
a { background-color: #DC6959; }
a { background-color: rgb(220,105,89); }
div.DivClassName
{
background-color: #DC6959;
}
.BgClassName
{
background-color: #DC6959;
}
</style>
border-color css
<style>
span { border-color: #DC6959; }
span { border-color: rgb(220,105,89); }
td.TdClassName
{
border-color: #DC6959;
}
.TagClassName
{
border-color: #DC6959;
}
</style>