Shades of Sorbus #DF643C
Tints of Sorbus #DF643C
RGB
CMYK
RGB Variations
Color information
#DF643C (or 0xDF643C) is known color: Sorbus. HEX triplet: DF, 64 and 3C. RGB value is (223,100,60). Sum of RGB (Red+Green+Blue) = 223+100+60=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF643C is #209BC3. Grayscale: #848484. Windows color (decimal): -2137028 or 3957983. OLE color: 3957983.
HSL color Cylindrical-coordinate representation of color #DF643C: hue angle of 14.72º 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 #DF643C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.13 |
| HSL | 14.72º | 0.72% | 0.55% | - |
| HSV(B) | 14.72º | 0.73% | 0.87% | - |
| XYZ | 35.8 | 25.13 | 7.24 | - |
| YUV | 132.22 | 87.25 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 60 | 0 | 0.55 | 0.73 | 0.13 | 14.72 | 0.72 | 0.55 |
| Hex | DF | 64 | 3C | 0 | 37 | 49 | D | F | 48 | 37 |
| Octal | 337 | 144 | 74 | 0 | 67 | 111 | 15 | 17 | 110 | 67 |
| Binary | 11011111 | 1100100 | 111100 | 0 | 110111 | 1001001 | 1101 | 1111 | 1001000 | 110111 |
Color Harmonies of #DF643C
Complementary color
Monochromatic Colors of #DF643C
Black with #DF643C
Text Example
Text Example
White with #DF643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF643C; }
p { color: rgb(223,100,60); }
H1.HeaderClassName
{
color: #DF643C;
}
.AnyTagClassName
{
color: #DF643C;
}
</style>
background-color css
<style>
a { background-color: #DF643C; }
a { background-color: rgb(223,100,60); }
div.DivClassName
{
background-color: #DF643C;
}
.BgClassName
{
background-color: #DF643C;
}
</style>
border-color css
<style>
span { border-color: #DF643C; }
span { border-color: rgb(223,100,60); }
td.TdClassName
{
border-color: #DF643C;
}
.TagClassName
{
border-color: #DF643C;
}
</style>