Shades of Sorbus #DD6434
Tints of Sorbus #DD6434
RGB
CMYK
RGB Variations
Color information
#DD6434 (or 0xDD6434) is known color: Sorbus. HEX triplet: DD, 64 and 34. RGB value is (221,100,52). Sum of RGB (Red+Green+Blue) = 221+100+52=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6434 is #229BCB. Grayscale: #838383. Windows color (decimal): -2268108 or 3433693. OLE color: 3433693.
HSL color Cylindrical-coordinate representation of color #DD6434: hue angle of 17.04º 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 #DD6434 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.13 |
| HSL | 17.04º | 0.71% | 0.54% | - |
| HSV(B) | 17.04º | 0.76% | 0.87% | - |
| XYZ | 35 | 24.73 | 6.18 | - |
| YUV | 130.71 | 83.59 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 52 | 0 | 0.55 | 0.76 | 0.13 | 17.04 | 0.71 | 0.54 |
| Hex | DD | 64 | 34 | 0 | 37 | 4C | D | 11 | 47 | 36 |
| Octal | 335 | 144 | 64 | 0 | 67 | 114 | 15 | 21 | 107 | 66 |
| Binary | 11011101 | 1100100 | 110100 | 0 | 110111 | 1001100 | 1101 | 10001 | 1000111 | 110110 |
Color Harmonies of #DD6434
Complementary color
Monochromatic Colors of #DD6434
Black with #DD6434
Text Example
Text Example
White with #DD6434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6434; }
p { color: rgb(221,100,52); }
H1.HeaderClassName
{
color: #DD6434;
}
.AnyTagClassName
{
color: #DD6434;
}
</style>
background-color css
<style>
a { background-color: #DD6434; }
a { background-color: rgb(221,100,52); }
div.DivClassName
{
background-color: #DD6434;
}
.BgClassName
{
background-color: #DD6434;
}
</style>
border-color css
<style>
span { border-color: #DD6434; }
span { border-color: rgb(221,100,52); }
td.TdClassName
{
border-color: #DD6434;
}
.TagClassName
{
border-color: #DD6434;
}
</style>