Shades of Roman #DC605B
Tints of Roman #DC605B
RGB
CMYK
RGB Variations
Color information
#DC605B (or 0xDC605B) is known color: Roman. HEX triplet: DC, 60 and 5B. RGB value is (220,96,91). Sum of RGB (Red+Green+Blue) = 220+96+91=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605B is #239FA4. Grayscale: #848484. Windows color (decimal): -2334629 or 5988572. OLE color: 5988572.
HSL color Cylindrical-coordinate representation of color #DC605B: hue angle of 2.33º 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 #DC605B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 91 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.14 |
| HSL | 2.33º | 0.65% | 0.61% | - |
| HSV(B) | 2.33º | 0.59% | 0.86% | - |
| XYZ | 35.59 | 24.34 | 12.72 | - |
| YUV | 132.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 91 | 0 | 0.56 | 0.59 | 0.14 | 2.33 | 0.65 | 0.61 |
| Hex | DC | 60 | 5B | 0 | 38 | 3B | E | 2 | 41 | 3D |
| Octal | 334 | 140 | 133 | 0 | 70 | 73 | 16 | 2 | 101 | 75 |
| Binary | 11011100 | 1100000 | 1011011 | 0 | 111000 | 111011 | 1110 | 10 | 1000001 | 111101 |
Color Harmonies of #DC605B
Complementary color
Monochromatic Colors of #DC605B
Black with #DC605B
Text Example
Text Example
White with #DC605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC605B; }
p { color: rgb(220,96,91); }
H1.HeaderClassName
{
color: #DC605B;
}
.AnyTagClassName
{
color: #DC605B;
}
</style>
background-color css
<style>
a { background-color: #DC605B; }
a { background-color: rgb(220,96,91); }
div.DivClassName
{
background-color: #DC605B;
}
.BgClassName
{
background-color: #DC605B;
}
</style>
border-color css
<style>
span { border-color: #DC605B; }
span { border-color: rgb(220,96,91); }
td.TdClassName
{
border-color: #DC605B;
}
.TagClassName
{
border-color: #DC605B;
}
</style>