Shades of Roman #DC5A57
Tints of Roman #DC5A57
RGB
CMYK
RGB Variations
Color information
#DC5A57 (or 0xDC5A57) is known color: Roman. HEX triplet: DC, 5A and 57. RGB value is (220,90,87). Sum of RGB (Red+Green+Blue) = 220+90+87=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A57 is #23A5A8. Grayscale: #808080. Windows color (decimal): -2336169 or 5724892. OLE color: 5724892.
HSL color Cylindrical-coordinate representation of color #DC5A57: hue angle of 1.35º 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 #DC5A57 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 87 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.14 |
| HSL | 1.35º | 0.66% | 0.6% | - |
| HSV(B) | 1.35º | 0.6% | 0.86% | - |
| XYZ | 34.89 | 23.22 | 11.66 | - |
| YUV | 128.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 87 | 0 | 0.59 | 0.60 | 0.14 | 1.35 | 0.66 | 0.6 |
| Hex | DC | 5A | 57 | 0 | 3B | 3C | E | 1 | 42 | 3C |
| Octal | 334 | 132 | 127 | 0 | 73 | 74 | 16 | 1 | 102 | 74 |
| Binary | 11011100 | 1011010 | 1010111 | 0 | 111011 | 111100 | 1110 | 1 | 1000010 | 111100 |
Color Harmonies of #DC5A57
Complementary color
Monochromatic Colors of #DC5A57
Black with #DC5A57
Text Example
Text Example
White with #DC5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A57; }
p { color: rgb(220,90,87); }
H1.HeaderClassName
{
color: #DC5A57;
}
.AnyTagClassName
{
color: #DC5A57;
}
</style>
background-color css
<style>
a { background-color: #DC5A57; }
a { background-color: rgb(220,90,87); }
div.DivClassName
{
background-color: #DC5A57;
}
.BgClassName
{
background-color: #DC5A57;
}
</style>
border-color css
<style>
span { border-color: #DC5A57; }
span { border-color: rgb(220,90,87); }
td.TdClassName
{
border-color: #DC5A57;
}
.TagClassName
{
border-color: #DC5A57;
}
</style>