Shades of Sorbus #DF692F
Tints of Sorbus #DF692F
RGB
CMYK
RGB Variations
Color information
#DF692F (or 0xDF692F) is known color: Sorbus. HEX triplet: DF, 69 and 2F. RGB value is (223,105,47). Sum of RGB (Red+Green+Blue) = 223+105+47=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF692F is #2096D0. Grayscale: #868686. Windows color (decimal): -2135761 or 3107295. OLE color: 3107295.
HSL color Cylindrical-coordinate representation of color #DF692F: hue angle of 19.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF692F is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 47 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.13 |
| HSL | 19.77º | 0.73% | 0.53% | - |
| HSV(B) | 19.77º | 0.79% | 0.87% | - |
| XYZ | 36 | 26 | 5.81 | - |
| YUV | 133.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 47 | 0 | 0.53 | 0.79 | 0.13 | 19.77 | 0.73 | 0.53 |
| Hex | DF | 69 | 2F | 0 | 35 | 4F | D | 14 | 49 | 35 |
| Octal | 337 | 151 | 57 | 0 | 65 | 117 | 15 | 24 | 111 | 65 |
| Binary | 11011111 | 1101001 | 101111 | 0 | 110101 | 1001111 | 1101 | 10100 | 1001001 | 110101 |
Color Harmonies of #DF692F
Complementary color
Monochromatic Colors of #DF692F
Black with #DF692F
Text Example
Text Example
White with #DF692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF692F; }
p { color: rgb(223,105,47); }
H1.HeaderClassName
{
color: #DF692F;
}
.AnyTagClassName
{
color: #DF692F;
}
</style>
background-color css
<style>
a { background-color: #DF692F; }
a { background-color: rgb(223,105,47); }
div.DivClassName
{
background-color: #DF692F;
}
.BgClassName
{
background-color: #DF692F;
}
</style>
border-color css
<style>
span { border-color: #DF692F; }
span { border-color: rgb(223,105,47); }
td.TdClassName
{
border-color: #DF692F;
}
.TagClassName
{
border-color: #DF692F;
}
</style>