Shades of Sorbus #DD6942
Tints of Sorbus #DD6942
RGB
CMYK
RGB Variations
Color information
#DD6942 (or 0xDD6942) is known color: Sorbus. HEX triplet: DD, 69 and 42. RGB value is (221,105,66). Sum of RGB (Red+Green+Blue) = 221+105+66=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6942 is #2296BD. Grayscale: #878787. Windows color (decimal): -2266814 or 4352477. OLE color: 4352477.
HSL color Cylindrical-coordinate representation of color #DD6942: hue angle of 15.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD6942 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 66 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.13 |
| HSL | 15.1º | 0.7% | 0.56% | - |
| HSV(B) | 15.1º | 0.7% | 0.87% | - |
| XYZ | 35.85 | 25.87 | 8.26 | - |
| YUV | 135.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 66 | 0 | 0.52 | 0.70 | 0.13 | 15.1 | 0.7 | 0.56 |
| Hex | DD | 69 | 42 | 0 | 34 | 46 | D | F | 46 | 38 |
| Octal | 335 | 151 | 102 | 0 | 64 | 106 | 15 | 17 | 106 | 70 |
| Binary | 11011101 | 1101001 | 1000010 | 0 | 110100 | 1000110 | 1101 | 1111 | 1000110 | 111000 |
Color Harmonies of #DD6942
Complementary color
Monochromatic Colors of #DD6942
Black with #DD6942
Text Example
Text Example
White with #DD6942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6942; }
p { color: rgb(221,105,66); }
H1.HeaderClassName
{
color: #DD6942;
}
.AnyTagClassName
{
color: #DD6942;
}
</style>
background-color css
<style>
a { background-color: #DD6942; }
a { background-color: rgb(221,105,66); }
div.DivClassName
{
background-color: #DD6942;
}
.BgClassName
{
background-color: #DD6942;
}
</style>
border-color css
<style>
span { border-color: #DD6942; }
span { border-color: rgb(221,105,66); }
td.TdClassName
{
border-color: #DD6942;
}
.TagClassName
{
border-color: #DD6942;
}
</style>