Shades of Roman #DC5F57
Tints of Roman #DC5F57
RGB
CMYK
RGB Variations
Color information
#DC5F57 (or 0xDC5F57) is known color: Roman. HEX triplet: DC, 5F and 57. RGB value is (220,95,87). Sum of RGB (Red+Green+Blue) = 220+95+87=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F57 is #23A0A8. Grayscale: #838383. Windows color (decimal): -2334889 or 5726172. OLE color: 5726172.
HSL color Cylindrical-coordinate representation of color #DC5F57: hue angle of 3.61º 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 #DC5F57 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 87 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.14 |
| HSL | 3.61º | 0.66% | 0.6% | - |
| HSV(B) | 3.61º | 0.6% | 0.86% | - |
| XYZ | 35.33 | 24.09 | 11.8 | - |
| YUV | 131.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 87 | 0 | 0.57 | 0.60 | 0.14 | 3.61 | 0.66 | 0.6 |
| Hex | DC | 5F | 57 | 0 | 39 | 3C | E | 4 | 42 | 3C |
| Octal | 334 | 137 | 127 | 0 | 71 | 74 | 16 | 4 | 102 | 74 |
| Binary | 11011100 | 1011111 | 1010111 | 0 | 111001 | 111100 | 1110 | 100 | 1000010 | 111100 |
Color Harmonies of #DC5F57
Complementary color
Monochromatic Colors of #DC5F57
Black with #DC5F57
Text Example
Text Example
White with #DC5F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F57; }
p { color: rgb(220,95,87); }
H1.HeaderClassName
{
color: #DC5F57;
}
.AnyTagClassName
{
color: #DC5F57;
}
</style>
background-color css
<style>
a { background-color: #DC5F57; }
a { background-color: rgb(220,95,87); }
div.DivClassName
{
background-color: #DC5F57;
}
.BgClassName
{
background-color: #DC5F57;
}
</style>
border-color css
<style>
span { border-color: #DC5F57; }
span { border-color: rgb(220,95,87); }
td.TdClassName
{
border-color: #DC5F57;
}
.TagClassName
{
border-color: #DC5F57;
}
</style>