Shades of Sorbus #DD743B
Tints of Sorbus #DD743B
RGB
CMYK
RGB Variations
Color information
#DD743B (or 0xDD743B) is known color: Sorbus. HEX triplet: DD, 74 and 3B. RGB value is (221,116,59). Sum of RGB (Red+Green+Blue) = 221+116+59=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD743B is #228BC4. Grayscale: #8D8D8D. Windows color (decimal): -2264005 or 3896541. OLE color: 3896541.
HSL color Cylindrical-coordinate representation of color #DD743B: hue angle of 21.11º 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 #DD743B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 59 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.13 |
| HSL | 21.11º | 0.7% | 0.55% | - |
| HSV(B) | 21.11º | 0.73% | 0.87% | - |
| XYZ | 36.85 | 28.18 | 7.63 | - |
| YUV | 140.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 59 | 0 | 0.48 | 0.73 | 0.13 | 21.11 | 0.7 | 0.55 |
| Hex | DD | 74 | 3B | 0 | 30 | 49 | D | 15 | 46 | 37 |
| Octal | 335 | 164 | 73 | 0 | 60 | 111 | 15 | 25 | 106 | 67 |
| Binary | 11011101 | 1110100 | 111011 | 0 | 110000 | 1001001 | 1101 | 10101 | 1000110 | 110111 |
Color Harmonies of #DD743B
Complementary color
Monochromatic Colors of #DD743B
Black with #DD743B
Text Example
Text Example
White with #DD743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD743B; }
p { color: rgb(221,116,59); }
H1.HeaderClassName
{
color: #DD743B;
}
.AnyTagClassName
{
color: #DD743B;
}
</style>
background-color css
<style>
a { background-color: #DD743B; }
a { background-color: rgb(221,116,59); }
div.DivClassName
{
background-color: #DD743B;
}
.BgClassName
{
background-color: #DD743B;
}
</style>
border-color css
<style>
span { border-color: #DD743B; }
span { border-color: rgb(221,116,59); }
td.TdClassName
{
border-color: #DD743B;
}
.TagClassName
{
border-color: #DD743B;
}
</style>