Shades of Sorbus #DD6F33
Tints of Sorbus #DD6F33
RGB
CMYK
RGB Variations
Color information
#DD6F33 (or 0xDD6F33) is known color: Sorbus. HEX triplet: DD, 6F and 33. RGB value is (221,111,51). Sum of RGB (Red+Green+Blue) = 221+111+51=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F33 is #2290CC. Grayscale: #898989. Windows color (decimal): -2265293 or 3370973. OLE color: 3370973.
HSL color Cylindrical-coordinate representation of color #DD6F33: hue angle of 21.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD6F33 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 51 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.13 |
| HSL | 21.18º | 0.71% | 0.53% | - |
| HSV(B) | 21.18º | 0.77% | 0.87% | - |
| XYZ | 36.1 | 26.98 | 6.44 | - |
| YUV | 137.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 51 | 0 | 0.50 | 0.77 | 0.13 | 21.18 | 0.71 | 0.53 |
| Hex | DD | 6F | 33 | 0 | 32 | 4D | D | 15 | 47 | 35 |
| Octal | 335 | 157 | 63 | 0 | 62 | 115 | 15 | 25 | 107 | 65 |
| Binary | 11011101 | 1101111 | 110011 | 0 | 110010 | 1001101 | 1101 | 10101 | 1000111 | 110101 |
Color Harmonies of #DD6F33
Complementary color
Monochromatic Colors of #DD6F33
Black with #DD6F33
Text Example
Text Example
White with #DD6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F33; }
p { color: rgb(221,111,51); }
H1.HeaderClassName
{
color: #DD6F33;
}
.AnyTagClassName
{
color: #DD6F33;
}
</style>
background-color css
<style>
a { background-color: #DD6F33; }
a { background-color: rgb(221,111,51); }
div.DivClassName
{
background-color: #DD6F33;
}
.BgClassName
{
background-color: #DD6F33;
}
</style>
border-color css
<style>
span { border-color: #DD6F33; }
span { border-color: rgb(221,111,51); }
td.TdClassName
{
border-color: #DD6F33;
}
.TagClassName
{
border-color: #DD6F33;
}
</style>