Shades of Roman #DE655A
Tints of Roman #DE655A
RGB
CMYK
RGB Variations
Color information
#DE655A (or 0xDE655A) is known color: Roman. HEX triplet: DE, 65 and 5A. RGB value is (222,101,90). Sum of RGB (Red+Green+Blue) = 222+101+90=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE655A is #219AA5. Grayscale: #888888. Windows color (decimal): -2202278 or 5924318. OLE color: 5924318.
HSL color Cylindrical-coordinate representation of color #DE655A: hue angle of 5º degrees, saturation: 0.67, 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 #DE655A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 90 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 5º | 0.67% | 0.61% | - |
| HSV(B) | 5º | 0.59% | 0.87% | - |
| XYZ | 36.62 | 25.58 | 12.68 | - |
| YUV | 135.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 90 | 0 | 0.55 | 0.59 | 0.13 | 5 | 0.67 | 0.61 |
| Hex | DE | 65 | 5A | 0 | 37 | 3B | D | 5 | 43 | 3D |
| Octal | 336 | 145 | 132 | 0 | 67 | 73 | 15 | 5 | 103 | 75 |
| Binary | 11011110 | 1100101 | 1011010 | 0 | 110111 | 111011 | 1101 | 101 | 1000011 | 111101 |
Color Harmonies of #DE655A
Complementary color
Monochromatic Colors of #DE655A
Black with #DE655A
Text Example
Text Example
White with #DE655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE655A; }
p { color: rgb(222,101,90); }
H1.HeaderClassName
{
color: #DE655A;
}
.AnyTagClassName
{
color: #DE655A;
}
</style>
background-color css
<style>
a { background-color: #DE655A; }
a { background-color: rgb(222,101,90); }
div.DivClassName
{
background-color: #DE655A;
}
.BgClassName
{
background-color: #DE655A;
}
</style>
border-color css
<style>
span { border-color: #DE655A; }
span { border-color: rgb(222,101,90); }
td.TdClassName
{
border-color: #DE655A;
}
.TagClassName
{
border-color: #DE655A;
}
</style>