Shades of Roman #DC605D
Tints of Roman #DC605D
RGB
CMYK
RGB Variations
Color information
#DC605D (or 0xDC605D) is known color: Roman. HEX triplet: DC, 60 and 5D. RGB value is (220,96,93). Sum of RGB (Red+Green+Blue) = 220+96+93=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC605D is #239FA2. Grayscale: #848484. Windows color (decimal): -2334627 or 6119644. OLE color: 6119644.
HSL color Cylindrical-coordinate representation of color #DC605D: hue angle of 1.42º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC605D is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 93 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.14 |
| HSL | 1.42º | 0.64% | 0.61% | - |
| HSV(B) | 1.42º | 0.58% | 0.86% | - |
| XYZ | 35.67 | 24.37 | 13.18 | - |
| YUV | 132.73 | 105.58 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 93 | 0 | 0.56 | 0.58 | 0.14 | 1.42 | 0.64 | 0.61 |
| Hex | DC | 60 | 5D | 0 | 38 | 3A | E | 1 | 40 | 3D |
| Octal | 334 | 140 | 135 | 0 | 70 | 72 | 16 | 1 | 100 | 75 |
| Binary | 11011100 | 1100000 | 1011101 | 0 | 111000 | 111010 | 1110 | 1 | 1000000 | 111101 |
Color Harmonies of #DC605D
Complementary color
Monochromatic Colors of #DC605D
Black with #DC605D
Text Example
Text Example
White with #DC605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC605D; }
p { color: rgb(220,96,93); }
H1.HeaderClassName
{
color: #DC605D;
}
.AnyTagClassName
{
color: #DC605D;
}
</style>
background-color css
<style>
a { background-color: #DC605D; }
a { background-color: rgb(220,96,93); }
div.DivClassName
{
background-color: #DC605D;
}
.BgClassName
{
background-color: #DC605D;
}
</style>
border-color css
<style>
span { border-color: #DC605D; }
span { border-color: rgb(220,96,93); }
td.TdClassName
{
border-color: #DC605D;
}
.TagClassName
{
border-color: #DC605D;
}
</style>