Shades of Sorbus #DF6B3F
Tints of Sorbus #DF6B3F
RGB
CMYK
RGB Variations
Color information
#DF6B3F (or 0xDF6B3F) is known color: Sorbus. HEX triplet: DF, 6B and 3F. RGB value is (223,107,63). Sum of RGB (Red+Green+Blue) = 223+107+63=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6B3F is #2094C0. Grayscale: #888888. Windows color (decimal): -2135233 or 4156383. OLE color: 4156383.
HSL color Cylindrical-coordinate representation of color #DF6B3F: hue angle of 16.5º 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 #DF6B3F is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 63 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.13 |
| HSL | 16.5º | 0.71% | 0.56% | - |
| HSV(B) | 16.5º | 0.72% | 0.87% | - |
| XYZ | 36.59 | 26.56 | 7.9 | - |
| YUV | 136.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 63 | 0 | 0.52 | 0.72 | 0.13 | 16.5 | 0.71 | 0.56 |
| Hex | DF | 6B | 3F | 0 | 34 | 48 | D | 10 | 47 | 38 |
| Octal | 337 | 153 | 77 | 0 | 64 | 110 | 15 | 20 | 107 | 70 |
| Binary | 11011111 | 1101011 | 111111 | 0 | 110100 | 1001000 | 1101 | 10000 | 1000111 | 111000 |
Color Harmonies of #DF6B3F
Complementary color
Monochromatic Colors of #DF6B3F
Black with #DF6B3F
Text Example
Text Example
White with #DF6B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B3F; }
p { color: rgb(223,107,63); }
H1.HeaderClassName
{
color: #DF6B3F;
}
.AnyTagClassName
{
color: #DF6B3F;
}
</style>
background-color css
<style>
a { background-color: #DF6B3F; }
a { background-color: rgb(223,107,63); }
div.DivClassName
{
background-color: #DF6B3F;
}
.BgClassName
{
background-color: #DF6B3F;
}
</style>
border-color css
<style>
span { border-color: #DF6B3F; }
span { border-color: rgb(223,107,63); }
td.TdClassName
{
border-color: #DF6B3F;
}
.TagClassName
{
border-color: #DF6B3F;
}
</style>