Shades of Sorbus #DF663C
Tints of Sorbus #DF663C
RGB
CMYK
RGB Variations
Color information
#DF663C (or 0xDF663C) is known color: Sorbus. HEX triplet: DF, 66 and 3C. RGB value is (223,102,60). Sum of RGB (Red+Green+Blue) = 223+102+60=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF663C is #2099C3. Grayscale: #858585. Windows color (decimal): -2136516 or 3958495. OLE color: 3958495.
HSL color Cylindrical-coordinate representation of color #DF663C: hue angle of 15.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF663C is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 60 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.13 |
| HSL | 15.46º | 0.72% | 0.55% | - |
| HSV(B) | 15.46º | 0.73% | 0.87% | - |
| XYZ | 36 | 25.52 | 7.3 | - |
| YUV | 133.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 60 | 0 | 0.54 | 0.73 | 0.13 | 15.46 | 0.72 | 0.55 |
| Hex | DF | 66 | 3C | 0 | 36 | 49 | D | F | 48 | 37 |
| Octal | 337 | 146 | 74 | 0 | 66 | 111 | 15 | 17 | 110 | 67 |
| Binary | 11011111 | 1100110 | 111100 | 0 | 110110 | 1001001 | 1101 | 1111 | 1001000 | 110111 |
Color Harmonies of #DF663C
Complementary color
Monochromatic Colors of #DF663C
Black with #DF663C
Text Example
Text Example
White with #DF663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF663C; }
p { color: rgb(223,102,60); }
H1.HeaderClassName
{
color: #DF663C;
}
.AnyTagClassName
{
color: #DF663C;
}
</style>
background-color css
<style>
a { background-color: #DF663C; }
a { background-color: rgb(223,102,60); }
div.DivClassName
{
background-color: #DF663C;
}
.BgClassName
{
background-color: #DF663C;
}
</style>
border-color css
<style>
span { border-color: #DF663C; }
span { border-color: rgb(223,102,60); }
td.TdClassName
{
border-color: #DF663C;
}
.TagClassName
{
border-color: #DF663C;
}
</style>