Shades of Sorbus #DF6A32
Tints of Sorbus #DF6A32
RGB
CMYK
RGB Variations
Color information
#DF6A32 (or 0xDF6A32) is known color: Sorbus. HEX triplet: DF, 6A and 32. RGB value is (223,106,50). Sum of RGB (Red+Green+Blue) = 223+106+50=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A32 is #2095CD. Grayscale: #868686. Windows color (decimal): -2135502 or 3304159. OLE color: 3304159.
HSL color Cylindrical-coordinate representation of color #DF6A32: hue angle of 19.42º 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 #DF6A32 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 50 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.13 |
| HSL | 19.42º | 0.73% | 0.54% | - |
| HSV(B) | 19.42º | 0.78% | 0.87% | - |
| XYZ | 36.16 | 26.23 | 6.17 | - |
| YUV | 134.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 50 | 0 | 0.52 | 0.78 | 0.13 | 19.42 | 0.73 | 0.54 |
| Hex | DF | 6A | 32 | 0 | 34 | 4E | D | 13 | 49 | 36 |
| Octal | 337 | 152 | 62 | 0 | 64 | 116 | 15 | 23 | 111 | 66 |
| Binary | 11011111 | 1101010 | 110010 | 0 | 110100 | 1001110 | 1101 | 10011 | 1001001 | 110110 |
Color Harmonies of #DF6A32
Complementary color
Monochromatic Colors of #DF6A32
Black with #DF6A32
Text Example
Text Example
White with #DF6A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A32; }
p { color: rgb(223,106,50); }
H1.HeaderClassName
{
color: #DF6A32;
}
.AnyTagClassName
{
color: #DF6A32;
}
</style>
background-color css
<style>
a { background-color: #DF6A32; }
a { background-color: rgb(223,106,50); }
div.DivClassName
{
background-color: #DF6A32;
}
.BgClassName
{
background-color: #DF6A32;
}
</style>
border-color css
<style>
span { border-color: #DF6A32; }
span { border-color: rgb(223,106,50); }
td.TdClassName
{
border-color: #DF6A32;
}
.TagClassName
{
border-color: #DF6A32;
}
</style>