Shades of Roman #DE6A5E
Tints of Roman #DE6A5E
RGB
CMYK
RGB Variations
Color information
#DE6A5E (or 0xDE6A5E) is known color: Roman. HEX triplet: DE, 6A and 5E. RGB value is (222,106,94). Sum of RGB (Red+Green+Blue) = 222+106+94=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A5E is #2195A1. Grayscale: #8B8B8B. Windows color (decimal): -2200994 or 6187742. OLE color: 6187742.
HSL color Cylindrical-coordinate representation of color #DE6A5E: hue angle of 5.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE6A5E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 94 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 5.63º | 0.66% | 0.62% | - |
| HSV(B) | 5.63º | 0.58% | 0.87% | - |
| XYZ | 37.3 | 26.65 | 13.77 | - |
| YUV | 139.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 94 | 0 | 0.52 | 0.58 | 0.13 | 5.63 | 0.66 | 0.62 |
| Hex | DE | 6A | 5E | 0 | 34 | 3A | D | 6 | 42 | 3E |
| Octal | 336 | 152 | 136 | 0 | 64 | 72 | 15 | 6 | 102 | 76 |
| Binary | 11011110 | 1101010 | 1011110 | 0 | 110100 | 111010 | 1101 | 110 | 1000010 | 111110 |
Color Harmonies of #DE6A5E
Complementary color
Monochromatic Colors of #DE6A5E
Black with #DE6A5E
Text Example
Text Example
White with #DE6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A5E; }
p { color: rgb(222,106,94); }
H1.HeaderClassName
{
color: #DE6A5E;
}
.AnyTagClassName
{
color: #DE6A5E;
}
</style>
background-color css
<style>
a { background-color: #DE6A5E; }
a { background-color: rgb(222,106,94); }
div.DivClassName
{
background-color: #DE6A5E;
}
.BgClassName
{
background-color: #DE6A5E;
}
</style>
border-color css
<style>
span { border-color: #DE6A5E; }
span { border-color: rgb(222,106,94); }
td.TdClassName
{
border-color: #DE6A5E;
}
.TagClassName
{
border-color: #DE6A5E;
}
</style>