Shades of Sorbus #DD6936
Tints of Sorbus #DD6936
RGB
CMYK
RGB Variations
Color information
#DD6936 (or 0xDD6936) is known color: Sorbus. HEX triplet: DD, 69 and 36. RGB value is (221,105,54). Sum of RGB (Red+Green+Blue) = 221+105+54=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6936 is #2296C9. Grayscale: #868686. Windows color (decimal): -2266826 or 3566045. OLE color: 3566045.
HSL color Cylindrical-coordinate representation of color #DD6936: hue angle of 18.32º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD6936 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 54 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.13 |
| HSL | 18.32º | 0.71% | 0.54% | - |
| HSV(B) | 18.32º | 0.76% | 0.87% | - |
| XYZ | 35.54 | 25.74 | 6.59 | - |
| YUV | 133.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 54 | 0 | 0.52 | 0.76 | 0.13 | 18.32 | 0.71 | 0.54 |
| Hex | DD | 69 | 36 | 0 | 34 | 4C | D | 12 | 47 | 36 |
| Octal | 335 | 151 | 66 | 0 | 64 | 114 | 15 | 22 | 107 | 66 |
| Binary | 11011101 | 1101001 | 110110 | 0 | 110100 | 1001100 | 1101 | 10010 | 1000111 | 110110 |
Color Harmonies of #DD6936
Complementary color
Monochromatic Colors of #DD6936
Black with #DD6936
Text Example
Text Example
White with #DD6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6936; }
p { color: rgb(221,105,54); }
H1.HeaderClassName
{
color: #DD6936;
}
.AnyTagClassName
{
color: #DD6936;
}
</style>
background-color css
<style>
a { background-color: #DD6936; }
a { background-color: rgb(221,105,54); }
div.DivClassName
{
background-color: #DD6936;
}
.BgClassName
{
background-color: #DD6936;
}
</style>
border-color css
<style>
span { border-color: #DD6936; }
span { border-color: rgb(221,105,54); }
td.TdClassName
{
border-color: #DD6936;
}
.TagClassName
{
border-color: #DD6936;
}
</style>