Shades of Sorbus #DF6F3E
Tints of Sorbus #DF6F3E
RGB
CMYK
RGB Variations
Color information
#DF6F3E (or 0xDF6F3E) is known color: Sorbus. HEX triplet: DF, 6F and 3E. RGB value is (223,111,62). Sum of RGB (Red+Green+Blue) = 223+111+62=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F3E is #2090C1. Grayscale: #8B8B8B. Windows color (decimal): -2134210 or 4091871. OLE color: 4091871.
HSL color Cylindrical-coordinate representation of color #DF6F3E: hue angle of 18.26º degrees, saturation: 0.72, 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 #DF6F3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 62 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.13 |
| HSL | 18.26º | 0.72% | 0.56% | - |
| HSV(B) | 18.26º | 0.72% | 0.87% | - |
| XYZ | 36.99 | 27.4 | 7.9 | - |
| YUV | 138.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 62 | 0 | 0.50 | 0.72 | 0.13 | 18.26 | 0.72 | 0.56 |
| Hex | DF | 6F | 3E | 0 | 32 | 48 | D | 12 | 48 | 38 |
| Octal | 337 | 157 | 76 | 0 | 62 | 110 | 15 | 22 | 110 | 70 |
| Binary | 11011111 | 1101111 | 111110 | 0 | 110010 | 1001000 | 1101 | 10010 | 1001000 | 111000 |
Color Harmonies of #DF6F3E
Complementary color
Monochromatic Colors of #DF6F3E
Black with #DF6F3E
Text Example
Text Example
White with #DF6F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F3E; }
p { color: rgb(223,111,62); }
H1.HeaderClassName
{
color: #DF6F3E;
}
.AnyTagClassName
{
color: #DF6F3E;
}
</style>
background-color css
<style>
a { background-color: #DF6F3E; }
a { background-color: rgb(223,111,62); }
div.DivClassName
{
background-color: #DF6F3E;
}
.BgClassName
{
background-color: #DF6F3E;
}
</style>
border-color css
<style>
span { border-color: #DF6F3E; }
span { border-color: rgb(223,111,62); }
td.TdClassName
{
border-color: #DF6F3E;
}
.TagClassName
{
border-color: #DF6F3E;
}
</style>