Shades of Sorbus #DF6533
Tints of Sorbus #DF6533
RGB
CMYK
RGB Variations
Color information
#DF6533 (or 0xDF6533) is known color: Sorbus. HEX triplet: DF, 65 and 33. RGB value is (223,101,51). Sum of RGB (Red+Green+Blue) = 223+101+51=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6533 is #209ACC. Grayscale: #848484. Windows color (decimal): -2136781 or 3368415. OLE color: 3368415.
HSL color Cylindrical-coordinate representation of color #DF6533: hue angle of 17.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF6533 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 51 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.13 |
| HSL | 17.44º | 0.73% | 0.54% | - |
| HSV(B) | 17.44º | 0.77% | 0.87% | - |
| XYZ | 35.68 | 25.23 | 6.12 | - |
| YUV | 131.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 51 | 0 | 0.55 | 0.77 | 0.13 | 17.44 | 0.73 | 0.54 |
| Hex | DF | 65 | 33 | 0 | 37 | 4D | D | 11 | 49 | 36 |
| Octal | 337 | 145 | 63 | 0 | 67 | 115 | 15 | 21 | 111 | 66 |
| Binary | 11011111 | 1100101 | 110011 | 0 | 110111 | 1001101 | 1101 | 10001 | 1001001 | 110110 |
Color Harmonies of #DF6533
Complementary color
Monochromatic Colors of #DF6533
Black with #DF6533
Text Example
Text Example
White with #DF6533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6533; }
p { color: rgb(223,101,51); }
H1.HeaderClassName
{
color: #DF6533;
}
.AnyTagClassName
{
color: #DF6533;
}
</style>
background-color css
<style>
a { background-color: #DF6533; }
a { background-color: rgb(223,101,51); }
div.DivClassName
{
background-color: #DF6533;
}
.BgClassName
{
background-color: #DF6533;
}
</style>
border-color css
<style>
span { border-color: #DF6533; }
span { border-color: rgb(223,101,51); }
td.TdClassName
{
border-color: #DF6533;
}
.TagClassName
{
border-color: #DF6533;
}
</style>