Shades of Sorbus #DD6738
Tints of Sorbus #DD6738
RGB
CMYK
RGB Variations
Color information
#DD6738 (or 0xDD6738) is known color: Sorbus. HEX triplet: DD, 67 and 38. RGB value is (221,103,56). Sum of RGB (Red+Green+Blue) = 221+103+56=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6738 is #2298C7. Grayscale: #858585. Windows color (decimal): -2267336 or 3696605. OLE color: 3696605.
HSL color Cylindrical-coordinate representation of color #DD6738: hue angle of 17.09º 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 #DD6738 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 56 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.13 |
| HSL | 17.09º | 0.71% | 0.54% | - |
| HSV(B) | 17.09º | 0.75% | 0.87% | - |
| XYZ | 35.38 | 25.36 | 6.77 | - |
| YUV | 132.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 56 | 0 | 0.53 | 0.75 | 0.13 | 17.09 | 0.71 | 0.54 |
| Hex | DD | 67 | 38 | 0 | 35 | 4B | D | 11 | 47 | 36 |
| Octal | 335 | 147 | 70 | 0 | 65 | 113 | 15 | 21 | 107 | 66 |
| Binary | 11011101 | 1100111 | 111000 | 0 | 110101 | 1001011 | 1101 | 10001 | 1000111 | 110110 |
Color Harmonies of #DD6738
Complementary color
Monochromatic Colors of #DD6738
Black with #DD6738
Text Example
Text Example
White with #DD6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6738; }
p { color: rgb(221,103,56); }
H1.HeaderClassName
{
color: #DD6738;
}
.AnyTagClassName
{
color: #DD6738;
}
</style>
background-color css
<style>
a { background-color: #DD6738; }
a { background-color: rgb(221,103,56); }
div.DivClassName
{
background-color: #DD6738;
}
.BgClassName
{
background-color: #DD6738;
}
</style>
border-color css
<style>
span { border-color: #DD6738; }
span { border-color: rgb(221,103,56); }
td.TdClassName
{
border-color: #DD6738;
}
.TagClassName
{
border-color: #DD6738;
}
</style>