Shades of Sorbus #DD713C
Tints of Sorbus #DD713C
RGB
CMYK
RGB Variations
Color information
#DD713C (or 0xDD713C) is known color: Sorbus. HEX triplet: DD, 71 and 3C. RGB value is (221,113,60). Sum of RGB (Red+Green+Blue) = 221+113+60=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD713C is #228EC3. Grayscale: #8B8B8B. Windows color (decimal): -2264772 or 3961309. OLE color: 3961309.
HSL color Cylindrical-coordinate representation of color #DD713C: hue angle of 19.75º 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 #DD713C is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 60 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.13 |
| HSL | 19.75º | 0.7% | 0.55% | - |
| HSV(B) | 19.75º | 0.73% | 0.87% | - |
| XYZ | 36.54 | 27.51 | 7.66 | - |
| YUV | 139.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 60 | 0 | 0.49 | 0.73 | 0.13 | 19.75 | 0.7 | 0.55 |
| Hex | DD | 71 | 3C | 0 | 31 | 49 | D | 14 | 46 | 37 |
| Octal | 335 | 161 | 74 | 0 | 61 | 111 | 15 | 24 | 106 | 67 |
| Binary | 11011101 | 1110001 | 111100 | 0 | 110001 | 1001001 | 1101 | 10100 | 1000110 | 110111 |
Color Harmonies of #DD713C
Complementary color
Monochromatic Colors of #DD713C
Black with #DD713C
Text Example
Text Example
White with #DD713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD713C; }
p { color: rgb(221,113,60); }
H1.HeaderClassName
{
color: #DD713C;
}
.AnyTagClassName
{
color: #DD713C;
}
</style>
background-color css
<style>
a { background-color: #DD713C; }
a { background-color: rgb(221,113,60); }
div.DivClassName
{
background-color: #DD713C;
}
.BgClassName
{
background-color: #DD713C;
}
</style>
border-color css
<style>
span { border-color: #DD713C; }
span { border-color: rgb(221,113,60); }
td.TdClassName
{
border-color: #DD713C;
}
.TagClassName
{
border-color: #DD713C;
}
</style>