Shades of Roman #DC605A
Tints of Roman #DC605A
RGB
CMYK
RGB Variations
Color information
#DC605A (or 0xDC605A) is known color: Roman. HEX triplet: DC, 60 and 5A. RGB value is (220,96,90). Sum of RGB (Red+Green+Blue) = 220+96+90=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605A is #239FA5. Grayscale: #848484. Windows color (decimal): -2334630 or 5923036. OLE color: 5923036.
HSL color Cylindrical-coordinate representation of color #DC605A: hue angle of 2.77º 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 #DC605A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.14 |
| HSL | 2.77º | 0.65% | 0.61% | - |
| HSV(B) | 2.77º | 0.59% | 0.86% | - |
| XYZ | 35.54 | 24.32 | 12.49 | - |
| YUV | 132.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 90 | 0 | 0.56 | 0.59 | 0.14 | 2.77 | 0.65 | 0.61 |
| Hex | DC | 60 | 5A | 0 | 38 | 3B | E | 3 | 41 | 3D |
| Octal | 334 | 140 | 132 | 0 | 70 | 73 | 16 | 3 | 101 | 75 |
| Binary | 11011100 | 1100000 | 1011010 | 0 | 111000 | 111011 | 1110 | 11 | 1000001 | 111101 |
Color Harmonies of #DC605A
Complementary color
Monochromatic Colors of #DC605A
Black with #DC605A
Text Example
Text Example
White with #DC605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC605A; }
p { color: rgb(220,96,90); }
H1.HeaderClassName
{
color: #DC605A;
}
.AnyTagClassName
{
color: #DC605A;
}
</style>
background-color css
<style>
a { background-color: #DC605A; }
a { background-color: rgb(220,96,90); }
div.DivClassName
{
background-color: #DC605A;
}
.BgClassName
{
background-color: #DC605A;
}
</style>
border-color css
<style>
span { border-color: #DC605A; }
span { border-color: rgb(220,96,90); }
td.TdClassName
{
border-color: #DC605A;
}
.TagClassName
{
border-color: #DC605A;
}
</style>