Shades of Sorbus #DF693D
Tints of Sorbus #DF693D
RGB
CMYK
RGB Variations
Color information
#DF693D (or 0xDF693D) is known color: Sorbus. HEX triplet: DF, 69 and 3D. RGB value is (223,105,61). Sum of RGB (Red+Green+Blue) = 223+105+61=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693D is #2096C2. Grayscale: #878787. Windows color (decimal): -2135747 or 4024799. OLE color: 4024799.
HSL color Cylindrical-coordinate representation of color #DF693D: hue angle of 16.3º 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 #DF693D is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 61 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.13 |
| HSL | 16.3º | 0.72% | 0.56% | - |
| HSV(B) | 16.3º | 0.73% | 0.87% | - |
| XYZ | 36.33 | 26.13 | 7.54 | - |
| YUV | 135.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 61 | 0 | 0.53 | 0.73 | 0.13 | 16.3 | 0.72 | 0.56 |
| Hex | DF | 69 | 3D | 0 | 35 | 49 | D | 10 | 48 | 38 |
| Octal | 337 | 151 | 75 | 0 | 65 | 111 | 15 | 20 | 110 | 70 |
| Binary | 11011111 | 1101001 | 111101 | 0 | 110101 | 1001001 | 1101 | 10000 | 1001000 | 111000 |
Color Harmonies of #DF693D
Complementary color
Monochromatic Colors of #DF693D
Black with #DF693D
Text Example
Text Example
White with #DF693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF693D; }
p { color: rgb(223,105,61); }
H1.HeaderClassName
{
color: #DF693D;
}
.AnyTagClassName
{
color: #DF693D;
}
</style>
background-color css
<style>
a { background-color: #DF693D; }
a { background-color: rgb(223,105,61); }
div.DivClassName
{
background-color: #DF693D;
}
.BgClassName
{
background-color: #DF693D;
}
</style>
border-color css
<style>
span { border-color: #DF693D; }
span { border-color: rgb(223,105,61); }
td.TdClassName
{
border-color: #DF693D;
}
.TagClassName
{
border-color: #DF693D;
}
</style>