Shades of Roman #DC635C
Tints of Roman #DC635C
RGB
CMYK
RGB Variations
Color information
#DC635C (or 0xDC635C) is known color: Roman. HEX triplet: DC, 63 and 5C. RGB value is (220,99,92). Sum of RGB (Red+Green+Blue) = 220+99+92=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC635C is #239CA3. Grayscale: #868686. Windows color (decimal): -2333860 or 6054876. OLE color: 6054876.
HSL color Cylindrical-coordinate representation of color #DC635C: hue angle of 3.28º degrees, saturation: 0.65, 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 #DC635C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 92 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 3.28º | 0.65% | 0.61% | - |
| HSV(B) | 3.28º | 0.58% | 0.86% | - |
| XYZ | 35.91 | 24.91 | 13.04 | - |
| YUV | 134.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 92 | 0 | 0.55 | 0.58 | 0.14 | 3.28 | 0.65 | 0.61 |
| Hex | DC | 63 | 5C | 0 | 37 | 3A | E | 3 | 41 | 3D |
| Octal | 334 | 143 | 134 | 0 | 67 | 72 | 16 | 3 | 101 | 75 |
| Binary | 11011100 | 1100011 | 1011100 | 0 | 110111 | 111010 | 1110 | 11 | 1000001 | 111101 |
Color Harmonies of #DC635C
Complementary color
Monochromatic Colors of #DC635C
Black with #DC635C
Text Example
Text Example
White with #DC635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC635C; }
p { color: rgb(220,99,92); }
H1.HeaderClassName
{
color: #DC635C;
}
.AnyTagClassName
{
color: #DC635C;
}
</style>
background-color css
<style>
a { background-color: #DC635C; }
a { background-color: rgb(220,99,92); }
div.DivClassName
{
background-color: #DC635C;
}
.BgClassName
{
background-color: #DC635C;
}
</style>
border-color css
<style>
span { border-color: #DC635C; }
span { border-color: rgb(220,99,92); }
td.TdClassName
{
border-color: #DC635C;
}
.TagClassName
{
border-color: #DC635C;
}
</style>