Shades of Sorbus #DD6631
Tints of Sorbus #DD6631
RGB
CMYK
RGB Variations
Color information
#DD6631 (or 0xDD6631) is known color: Sorbus. HEX triplet: DD, 66 and 31. RGB value is (221,102,49). Sum of RGB (Red+Green+Blue) = 221+102+49=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6631 is #2299CE. Grayscale: #838383. Windows color (decimal): -2267599 or 3237597. OLE color: 3237597.
HSL color Cylindrical-coordinate representation of color #DD6631: hue angle of 18.49º 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 #DD6631 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.13 |
| HSL | 18.49º | 0.72% | 0.53% | - |
| HSV(B) | 18.49º | 0.78% | 0.87% | - |
| XYZ | 35.12 | 25.1 | 5.9 | - |
| YUV | 131.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 49 | 0 | 0.54 | 0.78 | 0.13 | 18.49 | 0.72 | 0.53 |
| Hex | DD | 66 | 31 | 0 | 36 | 4E | D | 12 | 48 | 35 |
| Octal | 335 | 146 | 61 | 0 | 66 | 116 | 15 | 22 | 110 | 65 |
| Binary | 11011101 | 1100110 | 110001 | 0 | 110110 | 1001110 | 1101 | 10010 | 1001000 | 110101 |
Color Harmonies of #DD6631
Complementary color
Monochromatic Colors of #DD6631
Black with #DD6631
Text Example
Text Example
White with #DD6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6631; }
p { color: rgb(221,102,49); }
H1.HeaderClassName
{
color: #DD6631;
}
.AnyTagClassName
{
color: #DD6631;
}
</style>
background-color css
<style>
a { background-color: #DD6631; }
a { background-color: rgb(221,102,49); }
div.DivClassName
{
background-color: #DD6631;
}
.BgClassName
{
background-color: #DD6631;
}
</style>
border-color css
<style>
span { border-color: #DD6631; }
span { border-color: rgb(221,102,49); }
td.TdClassName
{
border-color: #DD6631;
}
.TagClassName
{
border-color: #DD6631;
}
</style>