Shades of Sorbus #DD6B37
Tints of Sorbus #DD6B37
RGB
CMYK
RGB Variations
Color information
#DD6B37 (or 0xDD6B37) is known color: Sorbus. HEX triplet: DD, 6B and 37. RGB value is (221,107,55). Sum of RGB (Red+Green+Blue) = 221+107+55=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B37 is #2294C8. Grayscale: #878787. Windows color (decimal): -2266313 or 3632093. OLE color: 3632093.
HSL color Cylindrical-coordinate representation of color #DD6B37: hue angle of 18.8º 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 #DD6B37 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 55 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.13 |
| HSL | 18.8º | 0.71% | 0.54% | - |
| HSV(B) | 18.8º | 0.75% | 0.87% | - |
| XYZ | 35.77 | 26.16 | 6.78 | - |
| YUV | 135.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 55 | 0 | 0.52 | 0.75 | 0.13 | 18.8 | 0.71 | 0.54 |
| Hex | DD | 6B | 37 | 0 | 34 | 4B | D | 13 | 47 | 36 |
| Octal | 335 | 153 | 67 | 0 | 64 | 113 | 15 | 23 | 107 | 66 |
| Binary | 11011101 | 1101011 | 110111 | 0 | 110100 | 1001011 | 1101 | 10011 | 1000111 | 110110 |
Color Harmonies of #DD6B37
Complementary color
Monochromatic Colors of #DD6B37
Black with #DD6B37
Text Example
Text Example
White with #DD6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B37; }
p { color: rgb(221,107,55); }
H1.HeaderClassName
{
color: #DD6B37;
}
.AnyTagClassName
{
color: #DD6B37;
}
</style>
background-color css
<style>
a { background-color: #DD6B37; }
a { background-color: rgb(221,107,55); }
div.DivClassName
{
background-color: #DD6B37;
}
.BgClassName
{
background-color: #DD6B37;
}
</style>
border-color css
<style>
span { border-color: #DD6B37; }
span { border-color: rgb(221,107,55); }
td.TdClassName
{
border-color: #DD6B37;
}
.TagClassName
{
border-color: #DD6B37;
}
</style>