Shades of Sorbus #DD6931
Tints of Sorbus #DD6931
RGB
CMYK
RGB Variations
Color information
#DD6931 (or 0xDD6931) is known color: Sorbus. HEX triplet: DD, 69 and 31. RGB value is (221,105,49). Sum of RGB (Red+Green+Blue) = 221+105+49=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6931 is #2296CE. Grayscale: #858585. Windows color (decimal): -2266831 or 3238365. OLE color: 3238365.
HSL color Cylindrical-coordinate representation of color #DD6931: hue angle of 19.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD6931 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 49 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.13 |
| HSL | 19.53º | 0.72% | 0.53% | - |
| HSV(B) | 19.53º | 0.78% | 0.87% | - |
| XYZ | 35.42 | 25.7 | 6 | - |
| YUV | 133.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 49 | 0 | 0.52 | 0.78 | 0.13 | 19.53 | 0.72 | 0.53 |
| Hex | DD | 69 | 31 | 0 | 34 | 4E | D | 14 | 48 | 35 |
| Octal | 335 | 151 | 61 | 0 | 64 | 116 | 15 | 24 | 110 | 65 |
| Binary | 11011101 | 1101001 | 110001 | 0 | 110100 | 1001110 | 1101 | 10100 | 1001000 | 110101 |
Color Harmonies of #DD6931
Complementary color
Monochromatic Colors of #DD6931
Black with #DD6931
Text Example
Text Example
White with #DD6931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6931; }
p { color: rgb(221,105,49); }
H1.HeaderClassName
{
color: #DD6931;
}
.AnyTagClassName
{
color: #DD6931;
}
</style>
background-color css
<style>
a { background-color: #DD6931; }
a { background-color: rgb(221,105,49); }
div.DivClassName
{
background-color: #DD6931;
}
.BgClassName
{
background-color: #DD6931;
}
</style>
border-color css
<style>
span { border-color: #DD6931; }
span { border-color: rgb(221,105,49); }
td.TdClassName
{
border-color: #DD6931;
}
.TagClassName
{
border-color: #DD6931;
}
</style>