Shades of Roman #DC5A59
Tints of Roman #DC5A59
RGB
CMYK
RGB Variations
Color information
#DC5A59 (or 0xDC5A59) is known color: Roman. HEX triplet: DC, 5A and 59. RGB value is (220,90,89). Sum of RGB (Red+Green+Blue) = 220+90+89=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A59 is #23A5A6. Grayscale: #808080. Windows color (decimal): -2336167 or 5855964. OLE color: 5855964.
HSL color Cylindrical-coordinate representation of color #DC5A59: hue angle of 0.46º 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 #DC5A59 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 89 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.14 |
| HSL | 0.46º | 0.65% | 0.61% | - |
| HSV(B) | 0.46º | 0.6% | 0.86% | - |
| XYZ | 34.97 | 23.25 | 12.1 | - |
| YUV | 128.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 89 | 0 | 0.59 | 0.60 | 0.14 | 0.46 | 0.65 | 0.61 |
| Hex | DC | 5A | 59 | 0 | 3B | 3C | E | 0 | 41 | 3D |
| Octal | 334 | 132 | 131 | 0 | 73 | 74 | 16 | 0 | 101 | 75 |
| Binary | 11011100 | 1011010 | 1011001 | 0 | 111011 | 111100 | 1110 | 0 | 1000001 | 111101 |
Color Harmonies of #DC5A59
Complementary color
Monochromatic Colors of #DC5A59
Black with #DC5A59
Text Example
Text Example
White with #DC5A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A59; }
p { color: rgb(220,90,89); }
H1.HeaderClassName
{
color: #DC5A59;
}
.AnyTagClassName
{
color: #DC5A59;
}
</style>
background-color css
<style>
a { background-color: #DC5A59; }
a { background-color: rgb(220,90,89); }
div.DivClassName
{
background-color: #DC5A59;
}
.BgClassName
{
background-color: #DC5A59;
}
</style>
border-color css
<style>
span { border-color: #DC5A59; }
span { border-color: rgb(220,90,89); }
td.TdClassName
{
border-color: #DC5A59;
}
.TagClassName
{
border-color: #DC5A59;
}
</style>