Shades of Roman #DC605F
Tints of Roman #DC605F
RGB
CMYK
RGB Variations
Color information
#DC605F (or 0xDC605F) is known color: Roman. HEX triplet: DC, 60 and 5F. RGB value is (220,96,95). Sum of RGB (Red+Green+Blue) = 220+96+95=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605F is #239FA0. Grayscale: #858585. Windows color (decimal): -2334625 or 6250716. OLE color: 6250716.
HSL color Cylindrical-coordinate representation of color #DC605F: hue angle of 0.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC605F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 95 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.14 |
| HSL | 0.48º | 0.64% | 0.62% | - |
| HSV(B) | 0.48º | 0.57% | 0.86% | - |
| XYZ | 35.76 | 24.41 | 13.65 | - |
| YUV | 132.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 95 | 0 | 0.56 | 0.57 | 0.14 | 0.48 | 0.64 | 0.62 |
| Hex | DC | 60 | 5F | 0 | 38 | 39 | E | 0 | 40 | 3E |
| Octal | 334 | 140 | 137 | 0 | 70 | 71 | 16 | 0 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1011111 | 0 | 111000 | 111001 | 1110 | 0 | 1000000 | 111110 |
Color Harmonies of #DC605F
Complementary color
Monochromatic Colors of #DC605F
Black with #DC605F
Text Example
Text Example
White with #DC605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC605F; }
p { color: rgb(220,96,95); }
H1.HeaderClassName
{
color: #DC605F;
}
.AnyTagClassName
{
color: #DC605F;
}
</style>
background-color css
<style>
a { background-color: #DC605F; }
a { background-color: rgb(220,96,95); }
div.DivClassName
{
background-color: #DC605F;
}
.BgClassName
{
background-color: #DC605F;
}
</style>
border-color css
<style>
span { border-color: #DC605F; }
span { border-color: rgb(220,96,95); }
td.TdClassName
{
border-color: #DC605F;
}
.TagClassName
{
border-color: #DC605F;
}
</style>