Shades of Sorbus #DD663B
Tints of Sorbus #DD663B
RGB
CMYK
RGB Variations
Color information
#DD663B (or 0xDD663B) is known color: Sorbus. HEX triplet: DD, 66 and 3B. RGB value is (221,102,59). Sum of RGB (Red+Green+Blue) = 221+102+59=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD663B is #2299C4. Grayscale: #848484. Windows color (decimal): -2267589 or 3892957. OLE color: 3892957.
HSL color Cylindrical-coordinate representation of color #DD663B: hue angle of 15.93º 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 #DD663B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.13 |
| HSL | 15.93º | 0.7% | 0.55% | - |
| HSV(B) | 15.93º | 0.73% | 0.87% | - |
| XYZ | 35.36 | 25.19 | 7.14 | - |
| YUV | 132.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 59 | 0 | 0.54 | 0.73 | 0.13 | 15.93 | 0.7 | 0.55 |
| Hex | DD | 66 | 3B | 0 | 36 | 49 | D | 10 | 46 | 37 |
| Octal | 335 | 146 | 73 | 0 | 66 | 111 | 15 | 20 | 106 | 67 |
| Binary | 11011101 | 1100110 | 111011 | 0 | 110110 | 1001001 | 1101 | 10000 | 1000110 | 110111 |
Color Harmonies of #DD663B
Complementary color
Monochromatic Colors of #DD663B
Black with #DD663B
Text Example
Text Example
White with #DD663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD663B; }
p { color: rgb(221,102,59); }
H1.HeaderClassName
{
color: #DD663B;
}
.AnyTagClassName
{
color: #DD663B;
}
</style>
background-color css
<style>
a { background-color: #DD663B; }
a { background-color: rgb(221,102,59); }
div.DivClassName
{
background-color: #DD663B;
}
.BgClassName
{
background-color: #DD663B;
}
</style>
border-color css
<style>
span { border-color: #DD663B; }
span { border-color: rgb(221,102,59); }
td.TdClassName
{
border-color: #DD663B;
}
.TagClassName
{
border-color: #DD663B;
}
</style>