Shades of Sorbus #DD6C39
Tints of Sorbus #DD6C39
RGB
CMYK
RGB Variations
Color information
#DD6C39 (or 0xDD6C39) is known color: Sorbus. HEX triplet: DD, 6C and 39. RGB value is (221,108,57). Sum of RGB (Red+Green+Blue) = 221+108+57=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C39 is #2293C6. Grayscale: #888888. Windows color (decimal): -2266055 or 3763421. OLE color: 3763421.
HSL color Cylindrical-coordinate representation of color #DD6C39: hue angle of 18.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD6C39 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 57 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.13 |
| HSL | 18.66º | 0.71% | 0.55% | - |
| HSV(B) | 18.66º | 0.74% | 0.87% | - |
| XYZ | 35.92 | 26.39 | 7.07 | - |
| YUV | 135.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 57 | 0 | 0.51 | 0.74 | 0.13 | 18.66 | 0.71 | 0.55 |
| Hex | DD | 6C | 39 | 0 | 33 | 4A | D | 13 | 47 | 37 |
| Octal | 335 | 154 | 71 | 0 | 63 | 112 | 15 | 23 | 107 | 67 |
| Binary | 11011101 | 1101100 | 111001 | 0 | 110011 | 1001010 | 1101 | 10011 | 1000111 | 110111 |
Color Harmonies of #DD6C39
Complementary color
Monochromatic Colors of #DD6C39
Black with #DD6C39
Text Example
Text Example
White with #DD6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C39; }
p { color: rgb(221,108,57); }
H1.HeaderClassName
{
color: #DD6C39;
}
.AnyTagClassName
{
color: #DD6C39;
}
</style>
background-color css
<style>
a { background-color: #DD6C39; }
a { background-color: rgb(221,108,57); }
div.DivClassName
{
background-color: #DD6C39;
}
.BgClassName
{
background-color: #DD6C39;
}
</style>
border-color css
<style>
span { border-color: #DD6C39; }
span { border-color: rgb(221,108,57); }
td.TdClassName
{
border-color: #DD6C39;
}
.TagClassName
{
border-color: #DD6C39;
}
</style>