Shades of Sorbus #DD743D
Tints of Sorbus #DD743D
RGB
CMYK
RGB Variations
Color information
#DD743D (or 0xDD743D) is known color: Sorbus. HEX triplet: DD, 74 and 3D. RGB value is (221,116,61). Sum of RGB (Red+Green+Blue) = 221+116+61=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD743D is #228BC2. Grayscale: #8D8D8D. Windows color (decimal): -2264003 or 4027613. OLE color: 4027613.
HSL color Cylindrical-coordinate representation of color #DD743D: hue angle of 20.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD743D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 61 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.13 |
| HSL | 20.63º | 0.7% | 0.55% | - |
| HSV(B) | 20.63º | 0.72% | 0.87% | - |
| XYZ | 36.91 | 28.2 | 7.91 | - |
| YUV | 141.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 61 | 0 | 0.48 | 0.72 | 0.13 | 20.63 | 0.7 | 0.55 |
| Hex | DD | 74 | 3D | 0 | 30 | 48 | D | 15 | 46 | 37 |
| Octal | 335 | 164 | 75 | 0 | 60 | 110 | 15 | 25 | 106 | 67 |
| Binary | 11011101 | 1110100 | 111101 | 0 | 110000 | 1001000 | 1101 | 10101 | 1000110 | 110111 |
Color Harmonies of #DD743D
Complementary color
Monochromatic Colors of #DD743D
Black with #DD743D
Text Example
Text Example
White with #DD743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD743D; }
p { color: rgb(221,116,61); }
H1.HeaderClassName
{
color: #DD743D;
}
.AnyTagClassName
{
color: #DD743D;
}
</style>
background-color css
<style>
a { background-color: #DD743D; }
a { background-color: rgb(221,116,61); }
div.DivClassName
{
background-color: #DD743D;
}
.BgClassName
{
background-color: #DD743D;
}
</style>
border-color css
<style>
span { border-color: #DD743D; }
span { border-color: rgb(221,116,61); }
td.TdClassName
{
border-color: #DD743D;
}
.TagClassName
{
border-color: #DD743D;
}
</style>