Shades of Sorbus #DD6838
Tints of Sorbus #DD6838
RGB
CMYK
RGB Variations
Color information
#DD6838 (or 0xDD6838) is known color: Sorbus. HEX triplet: DD, 68 and 38. RGB value is (221,104,56). Sum of RGB (Red+Green+Blue) = 221+104+56=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6838 is #2297C7. Grayscale: #858585. Windows color (decimal): -2267080 or 3696861. OLE color: 3696861.
HSL color Cylindrical-coordinate representation of color #DD6838: hue angle of 17.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD6838 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 56 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.13 |
| HSL | 17.45º | 0.71% | 0.54% | - |
| HSV(B) | 17.45º | 0.75% | 0.87% | - |
| XYZ | 35.48 | 25.56 | 6.8 | - |
| YUV | 133.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 56 | 0 | 0.53 | 0.75 | 0.13 | 17.45 | 0.71 | 0.54 |
| Hex | DD | 68 | 38 | 0 | 35 | 4B | D | 11 | 47 | 36 |
| Octal | 335 | 150 | 70 | 0 | 65 | 113 | 15 | 21 | 107 | 66 |
| Binary | 11011101 | 1101000 | 111000 | 0 | 110101 | 1001011 | 1101 | 10001 | 1000111 | 110110 |
Color Harmonies of #DD6838
Complementary color
Monochromatic Colors of #DD6838
Black with #DD6838
Text Example
Text Example
White with #DD6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6838; }
p { color: rgb(221,104,56); }
H1.HeaderClassName
{
color: #DD6838;
}
.AnyTagClassName
{
color: #DD6838;
}
</style>
background-color css
<style>
a { background-color: #DD6838; }
a { background-color: rgb(221,104,56); }
div.DivClassName
{
background-color: #DD6838;
}
.BgClassName
{
background-color: #DD6838;
}
</style>
border-color css
<style>
span { border-color: #DD6838; }
span { border-color: rgb(221,104,56); }
td.TdClassName
{
border-color: #DD6838;
}
.TagClassName
{
border-color: #DD6838;
}
</style>