Shades of Roman #DC6257
Tints of Roman #DC6257
RGB
CMYK
RGB Variations
Color information
#DC6257 (or 0xDC6257) is known color: Roman. HEX triplet: DC, 62 and 57. RGB value is (220,98,87). Sum of RGB (Red+Green+Blue) = 220+98+87=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6257 is #239DA8. Grayscale: #858585. Windows color (decimal): -2334121 or 5726940. OLE color: 5726940.
HSL color Cylindrical-coordinate representation of color #DC6257: hue angle of 4.96º 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 #DC6257 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 87 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.14 |
| HSL | 4.96º | 0.66% | 0.6% | - |
| HSV(B) | 4.96º | 0.6% | 0.86% | - |
| XYZ | 35.6 | 24.64 | 11.9 | - |
| YUV | 133.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 87 | 0 | 0.55 | 0.60 | 0.14 | 4.96 | 0.66 | 0.6 |
| Hex | DC | 62 | 57 | 0 | 37 | 3C | E | 5 | 42 | 3C |
| Octal | 334 | 142 | 127 | 0 | 67 | 74 | 16 | 5 | 102 | 74 |
| Binary | 11011100 | 1100010 | 1010111 | 0 | 110111 | 111100 | 1110 | 101 | 1000010 | 111100 |
Color Harmonies of #DC6257
Complementary color
Monochromatic Colors of #DC6257
Black with #DC6257
Text Example
Text Example
White with #DC6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6257; }
p { color: rgb(220,98,87); }
H1.HeaderClassName
{
color: #DC6257;
}
.AnyTagClassName
{
color: #DC6257;
}
</style>
background-color css
<style>
a { background-color: #DC6257; }
a { background-color: rgb(220,98,87); }
div.DivClassName
{
background-color: #DC6257;
}
.BgClassName
{
background-color: #DC6257;
}
</style>
border-color css
<style>
span { border-color: #DC6257; }
span { border-color: rgb(220,98,87); }
td.TdClassName
{
border-color: #DC6257;
}
.TagClassName
{
border-color: #DC6257;
}
</style>