Shades of Sorbus #DD7338
Tints of Sorbus #DD7338
RGB
CMYK
RGB Variations
Color information
#DD7338 (or 0xDD7338) is known color: Sorbus. HEX triplet: DD, 73 and 38. RGB value is (221,115,56). Sum of RGB (Red+Green+Blue) = 221+115+56=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7338 is #228CC7. Grayscale: #8C8C8C. Windows color (decimal): -2264264 or 3699677. OLE color: 3699677.
HSL color Cylindrical-coordinate representation of color #DD7338: hue angle of 21.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 #DD7338 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 56 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.13 |
| HSL | 21.45º | 0.71% | 0.54% | - |
| HSV(B) | 21.45º | 0.75% | 0.87% | - |
| XYZ | 36.66 | 27.92 | 7.2 | - |
| YUV | 139.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 56 | 0 | 0.48 | 0.75 | 0.13 | 21.45 | 0.71 | 0.54 |
| Hex | DD | 73 | 38 | 0 | 30 | 4B | D | 15 | 47 | 36 |
| Octal | 335 | 163 | 70 | 0 | 60 | 113 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110011 | 111000 | 0 | 110000 | 1001011 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7338
Complementary color
Monochromatic Colors of #DD7338
Black with #DD7338
Text Example
Text Example
White with #DD7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7338; }
p { color: rgb(221,115,56); }
H1.HeaderClassName
{
color: #DD7338;
}
.AnyTagClassName
{
color: #DD7338;
}
</style>
background-color css
<style>
a { background-color: #DD7338; }
a { background-color: rgb(221,115,56); }
div.DivClassName
{
background-color: #DD7338;
}
.BgClassName
{
background-color: #DD7338;
}
</style>
border-color css
<style>
span { border-color: #DD7338; }
span { border-color: rgb(221,115,56); }
td.TdClassName
{
border-color: #DD7338;
}
.TagClassName
{
border-color: #DD7338;
}
</style>