Shades of Sorbus #DD6538
Tints of Sorbus #DD6538
RGB
CMYK
RGB Variations
Color information
#DD6538 (or 0xDD6538) is known color: Sorbus. HEX triplet: DD, 65 and 38. RGB value is (221,101,56). Sum of RGB (Red+Green+Blue) = 221+101+56=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6538 is #229AC7. Grayscale: #848484. Windows color (decimal): -2267848 or 3696093. OLE color: 3696093.
HSL color Cylindrical-coordinate representation of color #DD6538: hue angle of 16.36º 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 #DD6538 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 56 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.13 |
| HSL | 16.36º | 0.71% | 0.54% | - |
| HSV(B) | 16.36º | 0.75% | 0.87% | - |
| XYZ | 35.19 | 24.97 | 6.71 | - |
| YUV | 131.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 56 | 0 | 0.54 | 0.75 | 0.13 | 16.36 | 0.71 | 0.54 |
| Hex | DD | 65 | 38 | 0 | 36 | 4B | D | 10 | 47 | 36 |
| Octal | 335 | 145 | 70 | 0 | 66 | 113 | 15 | 20 | 107 | 66 |
| Binary | 11011101 | 1100101 | 111000 | 0 | 110110 | 1001011 | 1101 | 10000 | 1000111 | 110110 |
Color Harmonies of #DD6538
Complementary color
Monochromatic Colors of #DD6538
Black with #DD6538
Text Example
Text Example
White with #DD6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6538; }
p { color: rgb(221,101,56); }
H1.HeaderClassName
{
color: #DD6538;
}
.AnyTagClassName
{
color: #DD6538;
}
</style>
background-color css
<style>
a { background-color: #DD6538; }
a { background-color: rgb(221,101,56); }
div.DivClassName
{
background-color: #DD6538;
}
.BgClassName
{
background-color: #DD6538;
}
</style>
border-color css
<style>
span { border-color: #DD6538; }
span { border-color: rgb(221,101,56); }
td.TdClassName
{
border-color: #DD6538;
}
.TagClassName
{
border-color: #DD6538;
}
</style>