Shades of Sorbus #DD753A
Tints of Sorbus #DD753A
RGB
CMYK
RGB Variations
Color information
#DD753A (or 0xDD753A) is known color: Sorbus. HEX triplet: DD, 75 and 3A. RGB value is (221,117,58). Sum of RGB (Red+Green+Blue) = 221+117+58=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD753A is #228AC5. Grayscale: #8D8D8D. Windows color (decimal): -2263750 or 3831261. OLE color: 3831261.
HSL color Cylindrical-coordinate representation of color #DD753A: hue angle of 21.72º 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 #DD753A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 58 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.13 |
| HSL | 21.72º | 0.71% | 0.55% | - |
| HSV(B) | 21.72º | 0.74% | 0.87% | - |
| XYZ | 36.94 | 28.4 | 7.54 | - |
| YUV | 141.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 58 | 0 | 0.47 | 0.74 | 0.13 | 21.72 | 0.71 | 0.55 |
| Hex | DD | 75 | 3A | 0 | 2F | 4A | D | 16 | 47 | 37 |
| Octal | 335 | 165 | 72 | 0 | 57 | 112 | 15 | 26 | 107 | 67 |
| Binary | 11011101 | 1110101 | 111010 | 0 | 101111 | 1001010 | 1101 | 10110 | 1000111 | 110111 |
Color Harmonies of #DD753A
Complementary color
Monochromatic Colors of #DD753A
Black with #DD753A
Text Example
Text Example
White with #DD753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD753A; }
p { color: rgb(221,117,58); }
H1.HeaderClassName
{
color: #DD753A;
}
.AnyTagClassName
{
color: #DD753A;
}
</style>
background-color css
<style>
a { background-color: #DD753A; }
a { background-color: rgb(221,117,58); }
div.DivClassName
{
background-color: #DD753A;
}
.BgClassName
{
background-color: #DD753A;
}
</style>
border-color css
<style>
span { border-color: #DD753A; }
span { border-color: rgb(221,117,58); }
td.TdClassName
{
border-color: #DD753A;
}
.TagClassName
{
border-color: #DD753A;
}
</style>