Shades of Roman #DC635E
Tints of Roman #DC635E
RGB
CMYK
RGB Variations
Color information
#DC635E (or 0xDC635E) is known color: Roman. HEX triplet: DC, 63 and 5E. RGB value is (220,99,94). Sum of RGB (Red+Green+Blue) = 220+99+94=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC635E is #239CA1. Grayscale: #868686. Windows color (decimal): -2333858 or 6185948. OLE color: 6185948.
HSL color Cylindrical-coordinate representation of color #DC635E: hue angle of 2.38º 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 #DC635E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 94 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.14 |
| HSL | 2.38º | 0.64% | 0.62% | - |
| HSV(B) | 2.38º | 0.57% | 0.86% | - |
| XYZ | 36 | 24.95 | 13.51 | - |
| YUV | 134.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 94 | 0 | 0.55 | 0.57 | 0.14 | 2.38 | 0.64 | 0.62 |
| Hex | DC | 63 | 5E | 0 | 37 | 39 | E | 2 | 40 | 3E |
| Octal | 334 | 143 | 136 | 0 | 67 | 71 | 16 | 2 | 100 | 76 |
| Binary | 11011100 | 1100011 | 1011110 | 0 | 110111 | 111001 | 1110 | 10 | 1000000 | 111110 |
Color Harmonies of #DC635E
Complementary color
Monochromatic Colors of #DC635E
Black with #DC635E
Text Example
Text Example
White with #DC635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC635E; }
p { color: rgb(220,99,94); }
H1.HeaderClassName
{
color: #DC635E;
}
.AnyTagClassName
{
color: #DC635E;
}
</style>
background-color css
<style>
a { background-color: #DC635E; }
a { background-color: rgb(220,99,94); }
div.DivClassName
{
background-color: #DC635E;
}
.BgClassName
{
background-color: #DC635E;
}
</style>
border-color css
<style>
span { border-color: #DC635E; }
span { border-color: rgb(220,99,94); }
td.TdClassName
{
border-color: #DC635E;
}
.TagClassName
{
border-color: #DC635E;
}
</style>