Shades of Sorbus #DD723B
Tints of Sorbus #DD723B
RGB
CMYK
RGB Variations
Color information
#DD723B (or 0xDD723B) is known color: Sorbus. HEX triplet: DD, 72 and 3B. RGB value is (221,114,59). Sum of RGB (Red+Green+Blue) = 221+114+59=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD723B is #228DC4. Grayscale: #8C8C8C. Windows color (decimal): -2264517 or 3896029. OLE color: 3896029.
HSL color Cylindrical-coordinate representation of color #DD723B: hue angle of 20.37º 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 #DD723B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 59 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.13 |
| HSL | 20.37º | 0.7% | 0.55% | - |
| HSV(B) | 20.37º | 0.73% | 0.87% | - |
| XYZ | 36.63 | 27.72 | 7.56 | - |
| YUV | 139.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 59 | 0 | 0.48 | 0.73 | 0.13 | 20.37 | 0.7 | 0.55 |
| Hex | DD | 72 | 3B | 0 | 30 | 49 | D | 14 | 46 | 37 |
| Octal | 335 | 162 | 73 | 0 | 60 | 111 | 15 | 24 | 106 | 67 |
| Binary | 11011101 | 1110010 | 111011 | 0 | 110000 | 1001001 | 1101 | 10100 | 1000110 | 110111 |
Color Harmonies of #DD723B
Complementary color
Monochromatic Colors of #DD723B
Black with #DD723B
Text Example
Text Example
White with #DD723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD723B; }
p { color: rgb(221,114,59); }
H1.HeaderClassName
{
color: #DD723B;
}
.AnyTagClassName
{
color: #DD723B;
}
</style>
background-color css
<style>
a { background-color: #DD723B; }
a { background-color: rgb(221,114,59); }
div.DivClassName
{
background-color: #DD723B;
}
.BgClassName
{
background-color: #DD723B;
}
</style>
border-color css
<style>
span { border-color: #DD723B; }
span { border-color: rgb(221,114,59); }
td.TdClassName
{
border-color: #DD723B;
}
.TagClassName
{
border-color: #DD723B;
}
</style>