Shades of Sorbus #DF6F3D
Tints of Sorbus #DF6F3D
RGB
CMYK
RGB Variations
Color information
#DF6F3D (or 0xDF6F3D) is known color: Sorbus. HEX triplet: DF, 6F and 3D. RGB value is (223,111,61). Sum of RGB (Red+Green+Blue) = 223+111+61=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F3D is #2090C2. Grayscale: #8B8B8B. Windows color (decimal): -2134211 or 4026335. OLE color: 4026335.
HSL color Cylindrical-coordinate representation of color #DF6F3D: hue angle of 18.52º 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 #DF6F3D is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 61 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.13 |
| HSL | 18.52º | 0.72% | 0.56% | - |
| HSV(B) | 18.52º | 0.73% | 0.87% | - |
| XYZ | 36.96 | 27.39 | 7.75 | - |
| YUV | 138.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 61 | 0 | 0.50 | 0.73 | 0.13 | 18.52 | 0.72 | 0.56 |
| Hex | DF | 6F | 3D | 0 | 32 | 49 | D | 13 | 48 | 38 |
| Octal | 337 | 157 | 75 | 0 | 62 | 111 | 15 | 23 | 110 | 70 |
| Binary | 11011111 | 1101111 | 111101 | 0 | 110010 | 1001001 | 1101 | 10011 | 1001000 | 111000 |
Color Harmonies of #DF6F3D
Complementary color
Monochromatic Colors of #DF6F3D
Black with #DF6F3D
Text Example
Text Example
White with #DF6F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F3D; }
p { color: rgb(223,111,61); }
H1.HeaderClassName
{
color: #DF6F3D;
}
.AnyTagClassName
{
color: #DF6F3D;
}
</style>
background-color css
<style>
a { background-color: #DF6F3D; }
a { background-color: rgb(223,111,61); }
div.DivClassName
{
background-color: #DF6F3D;
}
.BgClassName
{
background-color: #DF6F3D;
}
</style>
border-color css
<style>
span { border-color: #DF6F3D; }
span { border-color: rgb(223,111,61); }
td.TdClassName
{
border-color: #DF6F3D;
}
.TagClassName
{
border-color: #DF6F3D;
}
</style>