Shades of Sorbus #DD6632
Tints of Sorbus #DD6632
RGB
CMYK
RGB Variations
Color information
#DD6632 (or 0xDD6632) is known color: Sorbus. HEX triplet: DD, 66 and 32. RGB value is (221,102,50). Sum of RGB (Red+Green+Blue) = 221+102+50=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6632 is #2299CD. Grayscale: #838383. Windows color (decimal): -2267598 or 3303133. OLE color: 3303133.
HSL color Cylindrical-coordinate representation of color #DD6632: hue angle of 18.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD6632 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 50 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.13 |
| HSL | 18.25º | 0.72% | 0.53% | - |
| HSV(B) | 18.25º | 0.77% | 0.87% | - |
| XYZ | 35.15 | 25.11 | 6.01 | - |
| YUV | 131.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 50 | 0 | 0.54 | 0.77 | 0.13 | 18.25 | 0.72 | 0.53 |
| Hex | DD | 66 | 32 | 0 | 36 | 4D | D | 12 | 48 | 35 |
| Octal | 335 | 146 | 62 | 0 | 66 | 115 | 15 | 22 | 110 | 65 |
| Binary | 11011101 | 1100110 | 110010 | 0 | 110110 | 1001101 | 1101 | 10010 | 1001000 | 110101 |
Color Harmonies of #DD6632
Complementary color
Monochromatic Colors of #DD6632
Black with #DD6632
Text Example
Text Example
White with #DD6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6632; }
p { color: rgb(221,102,50); }
H1.HeaderClassName
{
color: #DD6632;
}
.AnyTagClassName
{
color: #DD6632;
}
</style>
background-color css
<style>
a { background-color: #DD6632; }
a { background-color: rgb(221,102,50); }
div.DivClassName
{
background-color: #DD6632;
}
.BgClassName
{
background-color: #DD6632;
}
</style>
border-color css
<style>
span { border-color: #DD6632; }
span { border-color: rgb(221,102,50); }
td.TdClassName
{
border-color: #DD6632;
}
.TagClassName
{
border-color: #DD6632;
}
</style>