Shades of Sorbus #DF6D3C
Tints of Sorbus #DF6D3C
RGB
CMYK
RGB Variations
Color information
#DF6D3C (or 0xDF6D3C) is known color: Sorbus. HEX triplet: DF, 6D and 3C. RGB value is (223,109,60). Sum of RGB (Red+Green+Blue) = 223+109+60=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D3C is #2092C3. Grayscale: #898989. Windows color (decimal): -2134724 or 3960287. OLE color: 3960287.
HSL color Cylindrical-coordinate representation of color #DF6D3C: hue angle of 18.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF6D3C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 60 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.13 |
| HSL | 18.04º | 0.72% | 0.55% | - |
| HSV(B) | 18.04º | 0.73% | 0.87% | - |
| XYZ | 36.72 | 26.95 | 7.54 | - |
| YUV | 137.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 60 | 0 | 0.51 | 0.73 | 0.13 | 18.04 | 0.72 | 0.55 |
| Hex | DF | 6D | 3C | 0 | 33 | 49 | D | 12 | 48 | 37 |
| Octal | 337 | 155 | 74 | 0 | 63 | 111 | 15 | 22 | 110 | 67 |
| Binary | 11011111 | 1101101 | 111100 | 0 | 110011 | 1001001 | 1101 | 10010 | 1001000 | 110111 |
Color Harmonies of #DF6D3C
Complementary color
Monochromatic Colors of #DF6D3C
Black with #DF6D3C
Text Example
Text Example
White with #DF6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D3C; }
p { color: rgb(223,109,60); }
H1.HeaderClassName
{
color: #DF6D3C;
}
.AnyTagClassName
{
color: #DF6D3C;
}
</style>
background-color css
<style>
a { background-color: #DF6D3C; }
a { background-color: rgb(223,109,60); }
div.DivClassName
{
background-color: #DF6D3C;
}
.BgClassName
{
background-color: #DF6D3C;
}
</style>
border-color css
<style>
span { border-color: #DF6D3C; }
span { border-color: rgb(223,109,60); }
td.TdClassName
{
border-color: #DF6D3C;
}
.TagClassName
{
border-color: #DF6D3C;
}
</style>