Shades of Roman #DC5E59
Tints of Roman #DC5E59
RGB
CMYK
RGB Variations
Color information
#DC5E59 (or 0xDC5E59) is known color: Roman. HEX triplet: DC, 5E and 59. RGB value is (220,94,89). Sum of RGB (Red+Green+Blue) = 220+94+89=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E59 is #23A1A6. Grayscale: #838383. Windows color (decimal): -2335143 or 5856988. OLE color: 5856988.
HSL color Cylindrical-coordinate representation of color #DC5E59: hue angle of 2.29º 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 #DC5E59 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 94 | 89 | - |
CMYK | 0 | 0.57 | 0.60 | 0.14 |
HSL | 2.29º | 0.65% | 0.61% | - |
HSV(B) | 2.29º | 0.6% | 0.86% | - |
XYZ | 35.32 | 23.94 | 12.21 | - |
YUV | 131.1 | 104.24 | 191.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 94 | 89 | 0 | 0.57 | 0.60 | 0.14 | 2.29 | 0.65 | 0.61 |
Hex | DC | 5E | 59 | 0 | 39 | 3C | E | 2 | 41 | 3D |
Octal | 334 | 136 | 131 | 0 | 71 | 74 | 16 | 2 | 101 | 75 |
Binary | 11011100 | 1011110 | 1011001 | 0 | 111001 | 111100 | 1110 | 10 | 1000001 | 111101 |
Color Harmonies of #DC5E59
Complementary color
Monochromatic Colors of #DC5E59
Black with #DC5E59
Text Example
Text Example
White with #DC5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E59; }
p { color: rgb(220,94,89); }
H1.HeaderClassName
{
color: #DC5E59;
}
.AnyTagClassName
{
color: #DC5E59;
}
</style>
background-color css
<style>
a { background-color: #DC5E59; }
a { background-color: rgb(220,94,89); }
div.DivClassName
{
background-color: #DC5E59;
}
.BgClassName
{
background-color: #DC5E59;
}
</style>
border-color css
<style>
span { border-color: #DC5E59; }
span { border-color: rgb(220,94,89); }
td.TdClassName
{
border-color: #DC5E59;
}
.TagClassName
{
border-color: #DC5E59;
}
</style>