Shades of Sorbus #DD653B
Tints of Sorbus #DD653B
RGB
CMYK
RGB Variations
Color information
#DD653B (or 0xDD653B) is known color: Sorbus. HEX triplet: DD, 65 and 3B. RGB value is (221,101,59). Sum of RGB (Red+Green+Blue) = 221+101+59=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD653B is #229AC4. Grayscale: #848484. Windows color (decimal): -2267845 or 3892701. OLE color: 3892701.
HSL color Cylindrical-coordinate representation of color #DD653B: hue angle of 15.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD653B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.13 |
| HSL | 15.56º | 0.7% | 0.55% | - |
| HSV(B) | 15.56º | 0.73% | 0.87% | - |
| XYZ | 35.26 | 25 | 7.1 | - |
| YUV | 132.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 59 | 0 | 0.54 | 0.73 | 0.13 | 15.56 | 0.7 | 0.55 |
| Hex | DD | 65 | 3B | 0 | 36 | 49 | D | 10 | 46 | 37 |
| Octal | 335 | 145 | 73 | 0 | 66 | 111 | 15 | 20 | 106 | 67 |
| Binary | 11011101 | 1100101 | 111011 | 0 | 110110 | 1001001 | 1101 | 10000 | 1000110 | 110111 |
Color Harmonies of #DD653B
Complementary color
Monochromatic Colors of #DD653B
Black with #DD653B
Text Example
Text Example
White with #DD653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD653B; }
p { color: rgb(221,101,59); }
H1.HeaderClassName
{
color: #DD653B;
}
.AnyTagClassName
{
color: #DD653B;
}
</style>
background-color css
<style>
a { background-color: #DD653B; }
a { background-color: rgb(221,101,59); }
div.DivClassName
{
background-color: #DD653B;
}
.BgClassName
{
background-color: #DD653B;
}
</style>
border-color css
<style>
span { border-color: #DD653B; }
span { border-color: rgb(221,101,59); }
td.TdClassName
{
border-color: #DD653B;
}
.TagClassName
{
border-color: #DD653B;
}
</style>