Shades of Sorbus #DD743A
Tints of Sorbus #DD743A
RGB
CMYK
RGB Variations
Color information
#DD743A (or 0xDD743A) is known color: Sorbus. HEX triplet: DD, 74 and 3A. RGB value is (221,116,58). Sum of RGB (Red+Green+Blue) = 221+116+58=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD743A is #228BC5. Grayscale: #8D8D8D. Windows color (decimal): -2264006 or 3831005. OLE color: 3831005.
HSL color Cylindrical-coordinate representation of color #DD743A: hue angle of 21.35º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD743A is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 58 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.13 |
| HSL | 21.35º | 0.71% | 0.55% | - |
| HSV(B) | 21.35º | 0.74% | 0.87% | - |
| XYZ | 36.83 | 28.17 | 7.5 | - |
| YUV | 140.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 58 | 0 | 0.48 | 0.74 | 0.13 | 21.35 | 0.71 | 0.55 |
| Hex | DD | 74 | 3A | 0 | 30 | 4A | D | 15 | 47 | 37 |
| Octal | 335 | 164 | 72 | 0 | 60 | 112 | 15 | 25 | 107 | 67 |
| Binary | 11011101 | 1110100 | 111010 | 0 | 110000 | 1001010 | 1101 | 10101 | 1000111 | 110111 |
Color Harmonies of #DD743A
Complementary color
Monochromatic Colors of #DD743A
Black with #DD743A
Text Example
Text Example
White with #DD743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD743A; }
p { color: rgb(221,116,58); }
H1.HeaderClassName
{
color: #DD743A;
}
.AnyTagClassName
{
color: #DD743A;
}
</style>
background-color css
<style>
a { background-color: #DD743A; }
a { background-color: rgb(221,116,58); }
div.DivClassName
{
background-color: #DD743A;
}
.BgClassName
{
background-color: #DD743A;
}
</style>
border-color css
<style>
span { border-color: #DD743A; }
span { border-color: rgb(221,116,58); }
td.TdClassName
{
border-color: #DD743A;
}
.TagClassName
{
border-color: #DD743A;
}
</style>