Shades of Roman #DE685B
Tints of Roman #DE685B
RGB
CMYK
RGB Variations
Color information
#DE685B (or 0xDE685B) is known color: Roman. HEX triplet: DE, 68 and 5B. RGB value is (222,104,91). Sum of RGB (Red+Green+Blue) = 222+104+91=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE685B is #2197A4. Grayscale: #898989. Windows color (decimal): -2201509 or 5990622. OLE color: 5990622.
HSL color Cylindrical-coordinate representation of color #DE685B: hue angle of 5.95º 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 #DE685B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 91 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 5.95º | 0.66% | 0.61% | - |
| HSV(B) | 5.95º | 0.59% | 0.87% | - |
| XYZ | 36.96 | 26.19 | 13 | - |
| YUV | 137.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 91 | 0 | 0.53 | 0.59 | 0.13 | 5.95 | 0.66 | 0.61 |
| Hex | DE | 68 | 5B | 0 | 35 | 3B | D | 6 | 42 | 3D |
| Octal | 336 | 150 | 133 | 0 | 65 | 73 | 15 | 6 | 102 | 75 |
| Binary | 11011110 | 1101000 | 1011011 | 0 | 110101 | 111011 | 1101 | 110 | 1000010 | 111101 |
Color Harmonies of #DE685B
Complementary color
Monochromatic Colors of #DE685B
Black with #DE685B
Text Example
Text Example
White with #DE685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE685B; }
p { color: rgb(222,104,91); }
H1.HeaderClassName
{
color: #DE685B;
}
.AnyTagClassName
{
color: #DE685B;
}
</style>
background-color css
<style>
a { background-color: #DE685B; }
a { background-color: rgb(222,104,91); }
div.DivClassName
{
background-color: #DE685B;
}
.BgClassName
{
background-color: #DE685B;
}
</style>
border-color css
<style>
span { border-color: #DE685B; }
span { border-color: rgb(222,104,91); }
td.TdClassName
{
border-color: #DE685B;
}
.TagClassName
{
border-color: #DE685B;
}
</style>