Shades of Roman #DC5D5A
Tints of Roman #DC5D5A
RGB
CMYK
RGB Variations
Color information
#DC5D5A (or 0xDC5D5A) is known color: Roman. HEX triplet: DC, 5D and 5A. RGB value is (220,93,90). Sum of RGB (Red+Green+Blue) = 220+93+90=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D5A is #23A2A5. Grayscale: #828282. Windows color (decimal): -2335398 or 5922268. OLE color: 5922268.
HSL color Cylindrical-coordinate representation of color #DC5D5A: hue angle of 1.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5D5A is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 90 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.14 |
| HSL | 1.38º | 0.65% | 0.61% | - |
| HSV(B) | 1.38º | 0.59% | 0.86% | - |
| XYZ | 35.28 | 23.78 | 12.4 | - |
| YUV | 130.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 90 | 0 | 0.58 | 0.59 | 0.14 | 1.38 | 0.65 | 0.61 |
| Hex | DC | 5D | 5A | 0 | 3A | 3B | E | 1 | 41 | 3D |
| Octal | 334 | 135 | 132 | 0 | 72 | 73 | 16 | 1 | 101 | 75 |
| Binary | 11011100 | 1011101 | 1011010 | 0 | 111010 | 111011 | 1110 | 1 | 1000001 | 111101 |
Color Harmonies of #DC5D5A
Complementary color
Monochromatic Colors of #DC5D5A
Black with #DC5D5A
Text Example
Text Example
White with #DC5D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D5A; }
p { color: rgb(220,93,90); }
H1.HeaderClassName
{
color: #DC5D5A;
}
.AnyTagClassName
{
color: #DC5D5A;
}
</style>
background-color css
<style>
a { background-color: #DC5D5A; }
a { background-color: rgb(220,93,90); }
div.DivClassName
{
background-color: #DC5D5A;
}
.BgClassName
{
background-color: #DC5D5A;
}
</style>
border-color css
<style>
span { border-color: #DC5D5A; }
span { border-color: rgb(220,93,90); }
td.TdClassName
{
border-color: #DC5D5A;
}
.TagClassName
{
border-color: #DC5D5A;
}
</style>