Shades of Roman #DC6157
Tints of Roman #DC6157
RGB
CMYK
RGB Variations
Color information
#DC6157 (or 0xDC6157) is known color: Roman. HEX triplet: DC, 61 and 57. RGB value is (220,97,87). Sum of RGB (Red+Green+Blue) = 220+97+87=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6157 is #239EA8. Grayscale: #848484. Windows color (decimal): -2334377 or 5726684. OLE color: 5726684.
HSL color Cylindrical-coordinate representation of color #DC6157: hue angle of 4.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6157 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 87 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.14 |
| HSL | 4.51º | 0.66% | 0.6% | - |
| HSV(B) | 4.51º | 0.6% | 0.86% | - |
| XYZ | 35.51 | 24.45 | 11.87 | - |
| YUV | 132.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 87 | 0 | 0.56 | 0.60 | 0.14 | 4.51 | 0.66 | 0.6 |
| Hex | DC | 61 | 57 | 0 | 38 | 3C | E | 5 | 42 | 3C |
| Octal | 334 | 141 | 127 | 0 | 70 | 74 | 16 | 5 | 102 | 74 |
| Binary | 11011100 | 1100001 | 1010111 | 0 | 111000 | 111100 | 1110 | 101 | 1000010 | 111100 |
Color Harmonies of #DC6157
Complementary color
Monochromatic Colors of #DC6157
Black with #DC6157
Text Example
Text Example
White with #DC6157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6157; }
p { color: rgb(220,97,87); }
H1.HeaderClassName
{
color: #DC6157;
}
.AnyTagClassName
{
color: #DC6157;
}
</style>
background-color css
<style>
a { background-color: #DC6157; }
a { background-color: rgb(220,97,87); }
div.DivClassName
{
background-color: #DC6157;
}
.BgClassName
{
background-color: #DC6157;
}
</style>
border-color css
<style>
span { border-color: #DC6157; }
span { border-color: rgb(220,97,87); }
td.TdClassName
{
border-color: #DC6157;
}
.TagClassName
{
border-color: #DC6157;
}
</style>