Shades of Sorbus #DD6334
Tints of Sorbus #DD6334
RGB
CMYK
RGB Variations
Color information
#DD6334 (or 0xDD6334) is known color: Sorbus. HEX triplet: DD, 63 and 34. RGB value is (221,99,52). Sum of RGB (Red+Green+Blue) = 221+99+52=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6334 is #229CCB. Grayscale: #828282. Windows color (decimal): -2268364 or 3433437. OLE color: 3433437.
HSL color Cylindrical-coordinate representation of color #DD6334: hue angle of 16.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD6334 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.13 |
| HSL | 16.69º | 0.71% | 0.54% | - |
| HSV(B) | 16.69º | 0.76% | 0.87% | - |
| XYZ | 34.9 | 24.54 | 6.15 | - |
| YUV | 130.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 52 | 0 | 0.55 | 0.76 | 0.13 | 16.69 | 0.71 | 0.54 |
| Hex | DD | 63 | 34 | 0 | 37 | 4C | D | 11 | 47 | 36 |
| Octal | 335 | 143 | 64 | 0 | 67 | 114 | 15 | 21 | 107 | 66 |
| Binary | 11011101 | 1100011 | 110100 | 0 | 110111 | 1001100 | 1101 | 10001 | 1000111 | 110110 |
Color Harmonies of #DD6334
Complementary color
Monochromatic Colors of #DD6334
Black with #DD6334
Text Example
Text Example
White with #DD6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6334; }
p { color: rgb(221,99,52); }
H1.HeaderClassName
{
color: #DD6334;
}
.AnyTagClassName
{
color: #DD6334;
}
</style>
background-color css
<style>
a { background-color: #DD6334; }
a { background-color: rgb(221,99,52); }
div.DivClassName
{
background-color: #DD6334;
}
.BgClassName
{
background-color: #DD6334;
}
</style>
border-color css
<style>
span { border-color: #DD6334; }
span { border-color: rgb(221,99,52); }
td.TdClassName
{
border-color: #DD6334;
}
.TagClassName
{
border-color: #DD6334;
}
</style>