Shades of Sorbus #DF663F
Tints of Sorbus #DF663F
RGB
CMYK
RGB Variations
Color information
#DF663F (or 0xDF663F) is known color: Sorbus. HEX triplet: DF, 66 and 3F. RGB value is (223,102,63). Sum of RGB (Red+Green+Blue) = 223+102+63=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF663F is #2099C0. Grayscale: #868686. Windows color (decimal): -2136513 or 4155103. OLE color: 4155103.
HSL color Cylindrical-coordinate representation of color #DF663F: hue angle of 14.62º 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 #DF663F is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 63 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.13 |
| HSL | 14.63º | 0.71% | 0.56% | - |
| HSV(B) | 14.63º | 0.72% | 0.87% | - |
| XYZ | 36.08 | 25.55 | 7.73 | - |
| YUV | 133.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 63 | 0 | 0.54 | 0.72 | 0.13 | 14.63 | 0.71 | 0.56 |
| Hex | DF | 66 | 3F | 0 | 36 | 48 | D | F | 47 | 38 |
| Octal | 337 | 146 | 77 | 0 | 66 | 110 | 15 | 17 | 107 | 70 |
| Binary | 11011111 | 1100110 | 111111 | 0 | 110110 | 1001000 | 1101 | 1111 | 1000111 | 111000 |
Color Harmonies of #DF663F
Complementary color
Monochromatic Colors of #DF663F
Black with #DF663F
Text Example
Text Example
White with #DF663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF663F; }
p { color: rgb(223,102,63); }
H1.HeaderClassName
{
color: #DF663F;
}
.AnyTagClassName
{
color: #DF663F;
}
</style>
background-color css
<style>
a { background-color: #DF663F; }
a { background-color: rgb(223,102,63); }
div.DivClassName
{
background-color: #DF663F;
}
.BgClassName
{
background-color: #DF663F;
}
</style>
border-color css
<style>
span { border-color: #DF663F; }
span { border-color: rgb(223,102,63); }
td.TdClassName
{
border-color: #DF663F;
}
.TagClassName
{
border-color: #DF663F;
}
</style>