Shades of Sorbus #DE6D45
Tints of Sorbus #DE6D45
RGB
CMYK
RGB Variations
Color information
#DE6D45 (or 0xDE6D45) is known color: Sorbus. HEX triplet: DE, 6D and 45. RGB value is (222,109,69). Sum of RGB (Red+Green+Blue) = 222+109+69=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D45 is #2192BA. Grayscale: #8A8A8A. Windows color (decimal): -2200251 or 4550110. OLE color: 4550110.
HSL color Cylindrical-coordinate representation of color #DE6D45: hue angle of 15.69º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6D45 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 69 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.13 |
| HSL | 15.69º | 0.7% | 0.57% | - |
| HSV(B) | 15.69º | 0.69% | 0.87% | - |
| XYZ | 36.67 | 26.9 | 8.89 | - |
| YUV | 138.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 69 | 0 | 0.51 | 0.69 | 0.13 | 15.69 | 0.7 | 0.57 |
| Hex | DE | 6D | 45 | 0 | 33 | 45 | D | 10 | 46 | 39 |
| Octal | 336 | 155 | 105 | 0 | 63 | 105 | 15 | 20 | 106 | 71 |
| Binary | 11011110 | 1101101 | 1000101 | 0 | 110011 | 1000101 | 1101 | 10000 | 1000110 | 111001 |
Color Harmonies of #DE6D45
Complementary color
Monochromatic Colors of #DE6D45
Black with #DE6D45
Text Example
Text Example
White with #DE6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D45; }
p { color: rgb(222,109,69); }
H1.HeaderClassName
{
color: #DE6D45;
}
.AnyTagClassName
{
color: #DE6D45;
}
</style>
background-color css
<style>
a { background-color: #DE6D45; }
a { background-color: rgb(222,109,69); }
div.DivClassName
{
background-color: #DE6D45;
}
.BgClassName
{
background-color: #DE6D45;
}
</style>
border-color css
<style>
span { border-color: #DE6D45; }
span { border-color: rgb(222,109,69); }
td.TdClassName
{
border-color: #DE6D45;
}
.TagClassName
{
border-color: #DE6D45;
}
</style>