Shades of Sorbus #DF692E
Tints of Sorbus #DF692E
RGB
CMYK
RGB Variations
Color information
#DF692E (or 0xDF692E) is known color: Sorbus. HEX triplet: DF, 69 and 2E. RGB value is (223,105,46). Sum of RGB (Red+Green+Blue) = 223+105+46=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF692E is #2096D1. Grayscale: #858585. Windows color (decimal): -2135762 or 3041759. OLE color: 3041759.
HSL color Cylindrical-coordinate representation of color #DF692E: hue angle of 20º 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 #DF692E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 46 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.13 |
| HSL | 20º | 0.73% | 0.53% | - |
| HSV(B) | 20º | 0.79% | 0.87% | - |
| XYZ | 35.98 | 25.99 | 5.7 | - |
| YUV | 133.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 46 | 0 | 0.53 | 0.79 | 0.13 | 20 | 0.73 | 0.53 |
| Hex | DF | 69 | 2E | 0 | 35 | 4F | D | 14 | 49 | 35 |
| Octal | 337 | 151 | 56 | 0 | 65 | 117 | 15 | 24 | 111 | 65 |
| Binary | 11011111 | 1101001 | 101110 | 0 | 110101 | 1001111 | 1101 | 10100 | 1001001 | 110101 |
Color Harmonies of #DF692E
Complementary color
Monochromatic Colors of #DF692E
Black with #DF692E
Text Example
Text Example
White with #DF692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF692E; }
p { color: rgb(223,105,46); }
H1.HeaderClassName
{
color: #DF692E;
}
.AnyTagClassName
{
color: #DF692E;
}
</style>
background-color css
<style>
a { background-color: #DF692E; }
a { background-color: rgb(223,105,46); }
div.DivClassName
{
background-color: #DF692E;
}
.BgClassName
{
background-color: #DF692E;
}
</style>
border-color css
<style>
span { border-color: #DF692E; }
span { border-color: rgb(223,105,46); }
td.TdClassName
{
border-color: #DF692E;
}
.TagClassName
{
border-color: #DF692E;
}
</style>