Shades of Roman #DC635D
Tints of Roman #DC635D
RGB
CMYK
RGB Variations
Color information
#DC635D (or 0xDC635D) is known color: Roman. HEX triplet: DC, 63 and 5D. RGB value is (220,99,93). Sum of RGB (Red+Green+Blue) = 220+99+93=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC635D is #239CA2. Grayscale: #868686. Windows color (decimal): -2333859 or 6120412. OLE color: 6120412.
HSL color Cylindrical-coordinate representation of color #DC635D: hue angle of 2.83º 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 #DC635D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 2.83º | 0.64% | 0.61% | - |
| HSV(B) | 2.83º | 0.58% | 0.86% | - |
| XYZ | 35.95 | 24.93 | 13.27 | - |
| YUV | 134.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 93 | 0 | 0.55 | 0.58 | 0.14 | 2.83 | 0.64 | 0.61 |
| Hex | DC | 63 | 5D | 0 | 37 | 3A | E | 3 | 40 | 3D |
| Octal | 334 | 143 | 135 | 0 | 67 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011100 | 1100011 | 1011101 | 0 | 110111 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DC635D
Complementary color
Monochromatic Colors of #DC635D
Black with #DC635D
Text Example
Text Example
White with #DC635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC635D; }
p { color: rgb(220,99,93); }
H1.HeaderClassName
{
color: #DC635D;
}
.AnyTagClassName
{
color: #DC635D;
}
</style>
background-color css
<style>
a { background-color: #DC635D; }
a { background-color: rgb(220,99,93); }
div.DivClassName
{
background-color: #DC635D;
}
.BgClassName
{
background-color: #DC635D;
}
</style>
border-color css
<style>
span { border-color: #DC635D; }
span { border-color: rgb(220,99,93); }
td.TdClassName
{
border-color: #DC635D;
}
.TagClassName
{
border-color: #DC635D;
}
</style>