Shades of Roman #DC625D
Tints of Roman #DC625D
RGB
CMYK
RGB Variations
Color information
#DC625D (or 0xDC625D) is known color: Roman. HEX triplet: DC, 62 and 5D. RGB value is (220,98,93). Sum of RGB (Red+Green+Blue) = 220+98+93=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC625D is #239DA2. Grayscale: #868686. Windows color (decimal): -2334115 or 6120156. OLE color: 6120156.
HSL color Cylindrical-coordinate representation of color #DC625D: hue angle of 2.36º 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 #DC625D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 2.36º | 0.64% | 0.61% | - |
| HSV(B) | 2.36º | 0.58% | 0.86% | - |
| XYZ | 35.86 | 24.74 | 13.24 | - |
| YUV | 133.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 93 | 0 | 0.55 | 0.58 | 0.14 | 2.36 | 0.64 | 0.61 |
| Hex | DC | 62 | 5D | 0 | 37 | 3A | E | 2 | 40 | 3D |
| Octal | 334 | 142 | 135 | 0 | 67 | 72 | 16 | 2 | 100 | 75 |
| Binary | 11011100 | 1100010 | 1011101 | 0 | 110111 | 111010 | 1110 | 10 | 1000000 | 111101 |
Color Harmonies of #DC625D
Complementary color
Monochromatic Colors of #DC625D
Black with #DC625D
Text Example
Text Example
White with #DC625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC625D; }
p { color: rgb(220,98,93); }
H1.HeaderClassName
{
color: #DC625D;
}
.AnyTagClassName
{
color: #DC625D;
}
</style>
background-color css
<style>
a { background-color: #DC625D; }
a { background-color: rgb(220,98,93); }
div.DivClassName
{
background-color: #DC625D;
}
.BgClassName
{
background-color: #DC625D;
}
</style>
border-color css
<style>
span { border-color: #DC625D; }
span { border-color: rgb(220,98,93); }
td.TdClassName
{
border-color: #DC625D;
}
.TagClassName
{
border-color: #DC625D;
}
</style>