Shades of Sorbus #DF6432
Tints of Sorbus #DF6432
RGB
CMYK
RGB Variations
Color information
#DF6432 (or 0xDF6432) is known color: Sorbus. HEX triplet: DF, 64 and 32. RGB value is (223,100,50). Sum of RGB (Red+Green+Blue) = 223+100+50=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6432 is #209BCD. Grayscale: #838383. Windows color (decimal): -2137038 or 3302623. OLE color: 3302623.
HSL color Cylindrical-coordinate representation of color #DF6432: hue angle of 17.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF6432 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 50 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.13 |
| HSL | 17.34º | 0.73% | 0.54% | - |
| HSV(B) | 17.34º | 0.78% | 0.87% | - |
| XYZ | 35.56 | 25.03 | 5.97 | - |
| YUV | 131.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 50 | 0 | 0.55 | 0.78 | 0.13 | 17.34 | 0.73 | 0.54 |
| Hex | DF | 64 | 32 | 0 | 37 | 4E | D | 11 | 49 | 36 |
| Octal | 337 | 144 | 62 | 0 | 67 | 116 | 15 | 21 | 111 | 66 |
| Binary | 11011111 | 1100100 | 110010 | 0 | 110111 | 1001110 | 1101 | 10001 | 1001001 | 110110 |
Color Harmonies of #DF6432
Complementary color
Monochromatic Colors of #DF6432
Black with #DF6432
Text Example
Text Example
White with #DF6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6432; }
p { color: rgb(223,100,50); }
H1.HeaderClassName
{
color: #DF6432;
}
.AnyTagClassName
{
color: #DF6432;
}
</style>
background-color css
<style>
a { background-color: #DF6432; }
a { background-color: rgb(223,100,50); }
div.DivClassName
{
background-color: #DF6432;
}
.BgClassName
{
background-color: #DF6432;
}
</style>
border-color css
<style>
span { border-color: #DF6432; }
span { border-color: rgb(223,100,50); }
td.TdClassName
{
border-color: #DF6432;
}
.TagClassName
{
border-color: #DF6432;
}
</style>