Shades of Sorbus #DF6E3D
Tints of Sorbus #DF6E3D
RGB
CMYK
RGB Variations
Color information
#DF6E3D (or 0xDF6E3D) is known color: Sorbus. HEX triplet: DF, 6E and 3D. RGB value is (223,110,61). Sum of RGB (Red+Green+Blue) = 223+110+61=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E3D is #2091C2. Grayscale: #8A8A8A. Windows color (decimal): -2134467 or 4026079. OLE color: 4026079.
HSL color Cylindrical-coordinate representation of color #DF6E3D: hue angle of 18.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF6E3D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 61 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.13 |
| HSL | 18.15º | 0.72% | 0.56% | - |
| HSV(B) | 18.15º | 0.73% | 0.87% | - |
| XYZ | 36.85 | 27.18 | 7.72 | - |
| YUV | 138.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 61 | 0 | 0.51 | 0.73 | 0.13 | 18.15 | 0.72 | 0.56 |
| Hex | DF | 6E | 3D | 0 | 33 | 49 | D | 12 | 48 | 38 |
| Octal | 337 | 156 | 75 | 0 | 63 | 111 | 15 | 22 | 110 | 70 |
| Binary | 11011111 | 1101110 | 111101 | 0 | 110011 | 1001001 | 1101 | 10010 | 1001000 | 111000 |
Color Harmonies of #DF6E3D
Complementary color
Monochromatic Colors of #DF6E3D
Black with #DF6E3D
Text Example
Text Example
White with #DF6E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E3D; }
p { color: rgb(223,110,61); }
H1.HeaderClassName
{
color: #DF6E3D;
}
.AnyTagClassName
{
color: #DF6E3D;
}
</style>
background-color css
<style>
a { background-color: #DF6E3D; }
a { background-color: rgb(223,110,61); }
div.DivClassName
{
background-color: #DF6E3D;
}
.BgClassName
{
background-color: #DF6E3D;
}
</style>
border-color css
<style>
span { border-color: #DF6E3D; }
span { border-color: rgb(223,110,61); }
td.TdClassName
{
border-color: #DF6E3D;
}
.TagClassName
{
border-color: #DF6E3D;
}
</style>