Shades of Roman #DE655B
Tints of Roman #DE655B
RGB
CMYK
RGB Variations
Color information
#DE655B (or 0xDE655B) is known color: Roman. HEX triplet: DE, 65 and 5B. RGB value is (222,101,91). Sum of RGB (Red+Green+Blue) = 222+101+91=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE655B is #219AA4. Grayscale: #888888. Windows color (decimal): -2202277 or 5989854. OLE color: 5989854.
HSL color Cylindrical-coordinate representation of color #DE655B: hue angle of 4.58º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE655B is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 91 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 4.58º | 0.66% | 0.61% | - |
| HSV(B) | 4.58º | 0.59% | 0.87% | - |
| XYZ | 36.67 | 25.59 | 12.9 | - |
| YUV | 136.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 91 | 0 | 0.55 | 0.59 | 0.13 | 4.58 | 0.66 | 0.61 |
| Hex | DE | 65 | 5B | 0 | 37 | 3B | D | 5 | 42 | 3D |
| Octal | 336 | 145 | 133 | 0 | 67 | 73 | 15 | 5 | 102 | 75 |
| Binary | 11011110 | 1100101 | 1011011 | 0 | 110111 | 111011 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DE655B
Complementary color
Monochromatic Colors of #DE655B
Black with #DE655B
Text Example
Text Example
White with #DE655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE655B; }
p { color: rgb(222,101,91); }
H1.HeaderClassName
{
color: #DE655B;
}
.AnyTagClassName
{
color: #DE655B;
}
</style>
background-color css
<style>
a { background-color: #DE655B; }
a { background-color: rgb(222,101,91); }
div.DivClassName
{
background-color: #DE655B;
}
.BgClassName
{
background-color: #DE655B;
}
</style>
border-color css
<style>
span { border-color: #DE655B; }
span { border-color: rgb(222,101,91); }
td.TdClassName
{
border-color: #DE655B;
}
.TagClassName
{
border-color: #DE655B;
}
</style>