Shades of Sorbus #DD6034
Tints of Sorbus #DD6034
RGB
CMYK
RGB Variations
Color information
#DD6034 (or 0xDD6034) is known color: Sorbus. HEX triplet: DD, 60 and 34. RGB value is (221,96,52). Sum of RGB (Red+Green+Blue) = 221+96+52=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6034 is #229FCB. Grayscale: #808080. Windows color (decimal): -2269132 or 3432669. OLE color: 3432669.
HSL color Cylindrical-coordinate representation of color #DD6034: hue angle of 15.62º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD6034 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 52 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.13 |
| HSL | 15.62º | 0.71% | 0.54% | - |
| HSV(B) | 15.62º | 0.76% | 0.87% | - |
| XYZ | 34.62 | 23.99 | 6.05 | - |
| YUV | 128.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 52 | 0 | 0.57 | 0.76 | 0.13 | 15.62 | 0.71 | 0.54 |
| Hex | DD | 60 | 34 | 0 | 39 | 4C | D | 10 | 47 | 36 |
| Octal | 335 | 140 | 64 | 0 | 71 | 114 | 15 | 20 | 107 | 66 |
| Binary | 11011101 | 1100000 | 110100 | 0 | 111001 | 1001100 | 1101 | 10000 | 1000111 | 110110 |
Color Harmonies of #DD6034
Complementary color
Monochromatic Colors of #DD6034
Black with #DD6034
Text Example
Text Example
White with #DD6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6034; }
p { color: rgb(221,96,52); }
H1.HeaderClassName
{
color: #DD6034;
}
.AnyTagClassName
{
color: #DD6034;
}
</style>
background-color css
<style>
a { background-color: #DD6034; }
a { background-color: rgb(221,96,52); }
div.DivClassName
{
background-color: #DD6034;
}
.BgClassName
{
background-color: #DD6034;
}
</style>
border-color css
<style>
span { border-color: #DD6034; }
span { border-color: rgb(221,96,52); }
td.TdClassName
{
border-color: #DD6034;
}
.TagClassName
{
border-color: #DD6034;
}
</style>