Shades of Sorbus #DD683C
Tints of Sorbus #DD683C
RGB
CMYK
RGB Variations
Color information
#DD683C (or 0xDD683C) is known color: Sorbus. HEX triplet: DD, 68 and 3C. RGB value is (221,104,60). Sum of RGB (Red+Green+Blue) = 221+104+60=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683C is #2297C3. Grayscale: #868686. Windows color (decimal): -2267076 or 3959005. OLE color: 3959005.
HSL color Cylindrical-coordinate representation of color #DD683C: hue angle of 16.4º degrees, saturation: 0.7, 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 #DD683C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 60 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.13 |
| HSL | 16.4º | 0.7% | 0.55% | - |
| HSV(B) | 16.4º | 0.73% | 0.87% | - |
| XYZ | 35.58 | 25.6 | 7.34 | - |
| YUV | 133.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 60 | 0 | 0.53 | 0.73 | 0.13 | 16.4 | 0.7 | 0.55 |
| Hex | DD | 68 | 3C | 0 | 35 | 49 | D | 10 | 46 | 37 |
| Octal | 335 | 150 | 74 | 0 | 65 | 111 | 15 | 20 | 106 | 67 |
| Binary | 11011101 | 1101000 | 111100 | 0 | 110101 | 1001001 | 1101 | 10000 | 1000110 | 110111 |
Color Harmonies of #DD683C
Complementary color
Monochromatic Colors of #DD683C
Black with #DD683C
Text Example
Text Example
White with #DD683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD683C; }
p { color: rgb(221,104,60); }
H1.HeaderClassName
{
color: #DD683C;
}
.AnyTagClassName
{
color: #DD683C;
}
</style>
background-color css
<style>
a { background-color: #DD683C; }
a { background-color: rgb(221,104,60); }
div.DivClassName
{
background-color: #DD683C;
}
.BgClassName
{
background-color: #DD683C;
}
</style>
border-color css
<style>
span { border-color: #DD683C; }
span { border-color: rgb(221,104,60); }
td.TdClassName
{
border-color: #DD683C;
}
.TagClassName
{
border-color: #DD683C;
}
</style>