Shades of Sorbus #DF693F
Tints of Sorbus #DF693F
RGB
CMYK
RGB Variations
Color information
#DF693F (or 0xDF693F) is known color: Sorbus. HEX triplet: DF, 69 and 3F. RGB value is (223,105,63). Sum of RGB (Red+Green+Blue) = 223+105+63=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693F is #2096C0. Grayscale: #878787. Windows color (decimal): -2135745 or 4155871. OLE color: 4155871.
HSL color Cylindrical-coordinate representation of color #DF693F: hue angle of 15.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF693F is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 63 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.13 |
| HSL | 15.75º | 0.71% | 0.56% | - |
| HSV(B) | 15.75º | 0.72% | 0.87% | - |
| XYZ | 36.38 | 26.15 | 7.83 | - |
| YUV | 135.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 63 | 0 | 0.53 | 0.72 | 0.13 | 15.75 | 0.71 | 0.56 |
| Hex | DF | 69 | 3F | 0 | 35 | 48 | D | 10 | 47 | 38 |
| Octal | 337 | 151 | 77 | 0 | 65 | 110 | 15 | 20 | 107 | 70 |
| Binary | 11011111 | 1101001 | 111111 | 0 | 110101 | 1001000 | 1101 | 10000 | 1000111 | 111000 |
Color Harmonies of #DF693F
Complementary color
Monochromatic Colors of #DF693F
Black with #DF693F
Text Example
Text Example
White with #DF693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF693F; }
p { color: rgb(223,105,63); }
H1.HeaderClassName
{
color: #DF693F;
}
.AnyTagClassName
{
color: #DF693F;
}
</style>
background-color css
<style>
a { background-color: #DF693F; }
a { background-color: rgb(223,105,63); }
div.DivClassName
{
background-color: #DF693F;
}
.BgClassName
{
background-color: #DF693F;
}
</style>
border-color css
<style>
span { border-color: #DF693F; }
span { border-color: rgb(223,105,63); }
td.TdClassName
{
border-color: #DF693F;
}
.TagClassName
{
border-color: #DF693F;
}
</style>