Shades of Sorbus #DD723F
Tints of Sorbus #DD723F
RGB
CMYK
RGB Variations
Color information
#DD723F (or 0xDD723F) is known color: Sorbus. HEX triplet: DD, 72 and 3F. RGB value is (221,114,63). Sum of RGB (Red+Green+Blue) = 221+114+63=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD723F is #228DC0. Grayscale: #8C8C8C. Windows color (decimal): -2264513 or 4158173. OLE color: 4158173.
HSL color Cylindrical-coordinate representation of color #DD723F: hue angle of 19.37º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD723F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 63 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.13 |
| HSL | 19.37º | 0.7% | 0.56% | - |
| HSV(B) | 19.37º | 0.71% | 0.87% | - |
| XYZ | 36.73 | 27.77 | 8.13 | - |
| YUV | 140.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 63 | 0 | 0.48 | 0.71 | 0.13 | 19.37 | 0.7 | 0.56 |
| Hex | DD | 72 | 3F | 0 | 30 | 47 | D | 13 | 46 | 38 |
| Octal | 335 | 162 | 77 | 0 | 60 | 107 | 15 | 23 | 106 | 70 |
| Binary | 11011101 | 1110010 | 111111 | 0 | 110000 | 1000111 | 1101 | 10011 | 1000110 | 111000 |
Color Harmonies of #DD723F
Complementary color
Monochromatic Colors of #DD723F
Black with #DD723F
Text Example
Text Example
White with #DD723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD723F; }
p { color: rgb(221,114,63); }
H1.HeaderClassName
{
color: #DD723F;
}
.AnyTagClassName
{
color: #DD723F;
}
</style>
background-color css
<style>
a { background-color: #DD723F; }
a { background-color: rgb(221,114,63); }
div.DivClassName
{
background-color: #DD723F;
}
.BgClassName
{
background-color: #DD723F;
}
</style>
border-color css
<style>
span { border-color: #DD723F; }
span { border-color: rgb(221,114,63); }
td.TdClassName
{
border-color: #DD723F;
}
.TagClassName
{
border-color: #DD723F;
}
</style>