Shades of Roman #DE6C66
Tints of Roman #DE6C66
RGB
CMYK
RGB Variations
Color information
#DE6C66 (or 0xDE6C66) is known color: Roman. HEX triplet: DE, 6C and 66. RGB value is (222,108,102). Sum of RGB (Red+Green+Blue) = 222+108+102=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C66 is #219399. Grayscale: #8D8D8D. Windows color (decimal): -2200474 or 6712542. OLE color: 6712542.
HSL color Cylindrical-coordinate representation of color #DE6C66: hue angle of 3º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6C66 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 102 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.13 |
| HSL | 3º | 0.65% | 0.64% | - |
| HSV(B) | 3º | 0.54% | 0.87% | - |
| XYZ | 37.89 | 27.21 | 15.83 | - |
| YUV | 141.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 102 | 0 | 0.51 | 0.54 | 0.13 | 3 | 0.65 | 0.64 |
| Hex | DE | 6C | 66 | 0 | 33 | 36 | D | 3 | 41 | 40 |
| Octal | 336 | 154 | 146 | 0 | 63 | 66 | 15 | 3 | 101 | 100 |
| Binary | 11011110 | 1101100 | 1100110 | 0 | 110011 | 110110 | 1101 | 11 | 1000001 | 1000000 |
Color Harmonies of #DE6C66
Complementary color
Monochromatic Colors of #DE6C66
Black with #DE6C66
Text Example
Text Example
White with #DE6C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C66; }
p { color: rgb(222,108,102); }
H1.HeaderClassName
{
color: #DE6C66;
}
.AnyTagClassName
{
color: #DE6C66;
}
</style>
background-color css
<style>
a { background-color: #DE6C66; }
a { background-color: rgb(222,108,102); }
div.DivClassName
{
background-color: #DE6C66;
}
.BgClassName
{
background-color: #DE6C66;
}
</style>
border-color css
<style>
span { border-color: #DE6C66; }
span { border-color: rgb(222,108,102); }
td.TdClassName
{
border-color: #DE6C66;
}
.TagClassName
{
border-color: #DE6C66;
}
</style>