Shades of Sorbus #DD6830
Tints of Sorbus #DD6830
RGB
CMYK
RGB Variations
Color information
#DD6830 (or 0xDD6830) is known color: Sorbus. HEX triplet: DD, 68 and 30. RGB value is (221,104,48). Sum of RGB (Red+Green+Blue) = 221+104+48=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6830 is #2297CF. Grayscale: #848484. Windows color (decimal): -2267088 or 3172573. OLE color: 3172573.
HSL color Cylindrical-coordinate representation of color #DD6830: hue angle of 19.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD6830 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 48 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.13 |
| HSL | 19.42º | 0.72% | 0.53% | - |
| HSV(B) | 19.42º | 0.78% | 0.87% | - |
| XYZ | 35.3 | 25.49 | 5.85 | - |
| YUV | 132.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 48 | 0 | 0.53 | 0.78 | 0.13 | 19.42 | 0.72 | 0.53 |
| Hex | DD | 68 | 30 | 0 | 35 | 4E | D | 13 | 48 | 35 |
| Octal | 335 | 150 | 60 | 0 | 65 | 116 | 15 | 23 | 110 | 65 |
| Binary | 11011101 | 1101000 | 110000 | 0 | 110101 | 1001110 | 1101 | 10011 | 1001000 | 110101 |
Color Harmonies of #DD6830
Complementary color
Monochromatic Colors of #DD6830
Black with #DD6830
Text Example
Text Example
White with #DD6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6830; }
p { color: rgb(221,104,48); }
H1.HeaderClassName
{
color: #DD6830;
}
.AnyTagClassName
{
color: #DD6830;
}
</style>
background-color css
<style>
a { background-color: #DD6830; }
a { background-color: rgb(221,104,48); }
div.DivClassName
{
background-color: #DD6830;
}
.BgClassName
{
background-color: #DD6830;
}
</style>
border-color css
<style>
span { border-color: #DD6830; }
span { border-color: rgb(221,104,48); }
td.TdClassName
{
border-color: #DD6830;
}
.TagClassName
{
border-color: #DD6830;
}
</style>