Shades of Sorbus #DD6938
Tints of Sorbus #DD6938
RGB
CMYK
RGB Variations
Color information
#DD6938 (or 0xDD6938) is known color: Sorbus. HEX triplet: DD, 69 and 38. RGB value is (221,105,56). Sum of RGB (Red+Green+Blue) = 221+105+56=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6938 is #2296C7. Grayscale: #868686. Windows color (decimal): -2266824 or 3697117. OLE color: 3697117.
HSL color Cylindrical-coordinate representation of color #DD6938: hue angle of 17.82º 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 #DD6938 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 56 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.13 |
| HSL | 17.82º | 0.71% | 0.54% | - |
| HSV(B) | 17.82º | 0.75% | 0.87% | - |
| XYZ | 35.58 | 25.76 | 6.84 | - |
| YUV | 134.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 56 | 0 | 0.52 | 0.75 | 0.13 | 17.82 | 0.71 | 0.54 |
| Hex | DD | 69 | 38 | 0 | 34 | 4B | D | 12 | 47 | 36 |
| Octal | 335 | 151 | 70 | 0 | 64 | 113 | 15 | 22 | 107 | 66 |
| Binary | 11011101 | 1101001 | 111000 | 0 | 110100 | 1001011 | 1101 | 10010 | 1000111 | 110110 |
Color Harmonies of #DD6938
Complementary color
Monochromatic Colors of #DD6938
Black with #DD6938
Text Example
Text Example
White with #DD6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6938; }
p { color: rgb(221,105,56); }
H1.HeaderClassName
{
color: #DD6938;
}
.AnyTagClassName
{
color: #DD6938;
}
</style>
background-color css
<style>
a { background-color: #DD6938; }
a { background-color: rgb(221,105,56); }
div.DivClassName
{
background-color: #DD6938;
}
.BgClassName
{
background-color: #DD6938;
}
</style>
border-color css
<style>
span { border-color: #DD6938; }
span { border-color: rgb(221,105,56); }
td.TdClassName
{
border-color: #DD6938;
}
.TagClassName
{
border-color: #DD6938;
}
</style>