Shades of Sorbus #DD6944
Tints of Sorbus #DD6944
RGB
CMYK
RGB Variations
Color information
#DD6944 (or 0xDD6944) is known color: Sorbus. HEX triplet: DD, 69 and 44. RGB value is (221,105,68). Sum of RGB (Red+Green+Blue) = 221+105+68=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6944 is #2296BB. Grayscale: #878787. Windows color (decimal): -2266812 or 4483549. OLE color: 4483549.
HSL color Cylindrical-coordinate representation of color #DD6944: hue angle of 14.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6944 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 68 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.13 |
| HSL | 14.51º | 0.69% | 0.57% | - |
| HSV(B) | 14.51º | 0.69% | 0.87% | - |
| XYZ | 35.91 | 25.89 | 8.57 | - |
| YUV | 135.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 68 | 0 | 0.52 | 0.69 | 0.13 | 14.51 | 0.69 | 0.57 |
| Hex | DD | 69 | 44 | 0 | 34 | 45 | D | F | 45 | 39 |
| Octal | 335 | 151 | 104 | 0 | 64 | 105 | 15 | 17 | 105 | 71 |
| Binary | 11011101 | 1101001 | 1000100 | 0 | 110100 | 1000101 | 1101 | 1111 | 1000101 | 111001 |
Color Harmonies of #DD6944
Complementary color
Monochromatic Colors of #DD6944
Black with #DD6944
Text Example
Text Example
White with #DD6944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6944; }
p { color: rgb(221,105,68); }
H1.HeaderClassName
{
color: #DD6944;
}
.AnyTagClassName
{
color: #DD6944;
}
</style>
background-color css
<style>
a { background-color: #DD6944; }
a { background-color: rgb(221,105,68); }
div.DivClassName
{
background-color: #DD6944;
}
.BgClassName
{
background-color: #DD6944;
}
</style>
border-color css
<style>
span { border-color: #DD6944; }
span { border-color: rgb(221,105,68); }
td.TdClassName
{
border-color: #DD6944;
}
.TagClassName
{
border-color: #DD6944;
}
</style>