Shades of Sorbus #DF6D3F
Tints of Sorbus #DF6D3F
RGB
CMYK
RGB Variations
Color information
#DF6D3F (or 0xDF6D3F) is known color: Sorbus. HEX triplet: DF, 6D and 3F. RGB value is (223,109,63). Sum of RGB (Red+Green+Blue) = 223+109+63=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D3F is #2092C0. Grayscale: #8A8A8A. Windows color (decimal): -2134721 or 4156895. OLE color: 4156895.
HSL color Cylindrical-coordinate representation of color #DF6D3F: hue angle of 17.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF6D3F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 63 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.13 |
| HSL | 17.25º | 0.71% | 0.56% | - |
| HSV(B) | 17.25º | 0.72% | 0.87% | - |
| XYZ | 36.8 | 26.98 | 7.97 | - |
| YUV | 137.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 63 | 0 | 0.51 | 0.72 | 0.13 | 17.25 | 0.71 | 0.56 |
| Hex | DF | 6D | 3F | 0 | 33 | 48 | D | 11 | 47 | 38 |
| Octal | 337 | 155 | 77 | 0 | 63 | 110 | 15 | 21 | 107 | 70 |
| Binary | 11011111 | 1101101 | 111111 | 0 | 110011 | 1001000 | 1101 | 10001 | 1000111 | 111000 |
Color Harmonies of #DF6D3F
Complementary color
Monochromatic Colors of #DF6D3F
Black with #DF6D3F
Text Example
Text Example
White with #DF6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D3F; }
p { color: rgb(223,109,63); }
H1.HeaderClassName
{
color: #DF6D3F;
}
.AnyTagClassName
{
color: #DF6D3F;
}
</style>
background-color css
<style>
a { background-color: #DF6D3F; }
a { background-color: rgb(223,109,63); }
div.DivClassName
{
background-color: #DF6D3F;
}
.BgClassName
{
background-color: #DF6D3F;
}
</style>
border-color css
<style>
span { border-color: #DF6D3F; }
span { border-color: rgb(223,109,63); }
td.TdClassName
{
border-color: #DF6D3F;
}
.TagClassName
{
border-color: #DF6D3F;
}
</style>