Shades of Sorbus #DF7239
Tints of Sorbus #DF7239
RGB
CMYK
RGB Variations
Color information
#DF7239 (or 0xDF7239) is known color: Sorbus. HEX triplet: DF, 72 and 39. RGB value is (223,114,57). Sum of RGB (Red+Green+Blue) = 223+114+57=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7239 is #208DC6. Grayscale: #8C8C8C. Windows color (decimal): -2133447 or 3764959. OLE color: 3764959.
HSL color Cylindrical-coordinate representation of color #DF7239: hue angle of 20.6º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF7239 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 57 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.13 |
| HSL | 20.6º | 0.72% | 0.55% | - |
| HSV(B) | 20.6º | 0.74% | 0.87% | - |
| XYZ | 37.19 | 28.02 | 7.32 | - |
| YUV | 140.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 57 | 0 | 0.49 | 0.74 | 0.13 | 20.6 | 0.72 | 0.55 |
| Hex | DF | 72 | 39 | 0 | 31 | 4A | D | 15 | 48 | 37 |
| Octal | 337 | 162 | 71 | 0 | 61 | 112 | 15 | 25 | 110 | 67 |
| Binary | 11011111 | 1110010 | 111001 | 0 | 110001 | 1001010 | 1101 | 10101 | 1001000 | 110111 |
Color Harmonies of #DF7239
Complementary color
Monochromatic Colors of #DF7239
Black with #DF7239
Text Example
Text Example
White with #DF7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7239; }
p { color: rgb(223,114,57); }
H1.HeaderClassName
{
color: #DF7239;
}
.AnyTagClassName
{
color: #DF7239;
}
</style>
background-color css
<style>
a { background-color: #DF7239; }
a { background-color: rgb(223,114,57); }
div.DivClassName
{
background-color: #DF7239;
}
.BgClassName
{
background-color: #DF7239;
}
</style>
border-color css
<style>
span { border-color: #DF7239; }
span { border-color: rgb(223,114,57); }
td.TdClassName
{
border-color: #DF7239;
}
.TagClassName
{
border-color: #DF7239;
}
</style>