Shades of Sorbus #DD7238
Tints of Sorbus #DD7238
RGB
CMYK
RGB Variations
Color information
#DD7238 (or 0xDD7238) is known color: Sorbus. HEX triplet: DD, 72 and 38. RGB value is (221,114,56). Sum of RGB (Red+Green+Blue) = 221+114+56=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7238 is #228DC7. Grayscale: #8B8B8B. Windows color (decimal): -2264520 or 3699421. OLE color: 3699421.
HSL color Cylindrical-coordinate representation of color #DD7238: hue angle of 21.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 #DD7238 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 56 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.13 |
| HSL | 21.09º | 0.71% | 0.54% | - |
| HSV(B) | 21.09º | 0.75% | 0.87% | - |
| XYZ | 36.55 | 27.69 | 7.16 | - |
| YUV | 139.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 56 | 0 | 0.48 | 0.75 | 0.13 | 21.09 | 0.71 | 0.54 |
| Hex | DD | 72 | 38 | 0 | 30 | 4B | D | 15 | 47 | 36 |
| Octal | 335 | 162 | 70 | 0 | 60 | 113 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110010 | 111000 | 0 | 110000 | 1001011 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7238
Complementary color
Monochromatic Colors of #DD7238
Black with #DD7238
Text Example
Text Example
White with #DD7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7238; }
p { color: rgb(221,114,56); }
H1.HeaderClassName
{
color: #DD7238;
}
.AnyTagClassName
{
color: #DD7238;
}
</style>
background-color css
<style>
a { background-color: #DD7238; }
a { background-color: rgb(221,114,56); }
div.DivClassName
{
background-color: #DD7238;
}
.BgClassName
{
background-color: #DD7238;
}
</style>
border-color css
<style>
span { border-color: #DD7238; }
span { border-color: rgb(221,114,56); }
td.TdClassName
{
border-color: #DD7238;
}
.TagClassName
{
border-color: #DD7238;
}
</style>