Shades of Sorbus #DD6D3E
Tints of Sorbus #DD6D3E
RGB
CMYK
RGB Variations
Color information
#DD6D3E (or 0xDD6D3E) is known color: Sorbus. HEX triplet: DD, 6D and 3E. RGB value is (221,109,62). Sum of RGB (Red+Green+Blue) = 221+109+62=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D3E is #2292C1. Grayscale: #898989. Windows color (decimal): -2265794 or 4091357. OLE color: 4091357.
HSL color Cylindrical-coordinate representation of color #DD6D3E: hue angle of 17.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD6D3E is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 62 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.13 |
| HSL | 17.74º | 0.7% | 0.55% | - |
| HSV(B) | 17.74º | 0.72% | 0.87% | - |
| XYZ | 36.16 | 26.66 | 7.8 | - |
| YUV | 137.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 62 | 0 | 0.51 | 0.72 | 0.13 | 17.74 | 0.7 | 0.55 |
| Hex | DD | 6D | 3E | 0 | 33 | 48 | D | 12 | 46 | 37 |
| Octal | 335 | 155 | 76 | 0 | 63 | 110 | 15 | 22 | 106 | 67 |
| Binary | 11011101 | 1101101 | 111110 | 0 | 110011 | 1001000 | 1101 | 10010 | 1000110 | 110111 |
Color Harmonies of #DD6D3E
Complementary color
Monochromatic Colors of #DD6D3E
Black with #DD6D3E
Text Example
Text Example
White with #DD6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D3E; }
p { color: rgb(221,109,62); }
H1.HeaderClassName
{
color: #DD6D3E;
}
.AnyTagClassName
{
color: #DD6D3E;
}
</style>
background-color css
<style>
a { background-color: #DD6D3E; }
a { background-color: rgb(221,109,62); }
div.DivClassName
{
background-color: #DD6D3E;
}
.BgClassName
{
background-color: #DD6D3E;
}
</style>
border-color css
<style>
span { border-color: #DD6D3E; }
span { border-color: rgb(221,109,62); }
td.TdClassName
{
border-color: #DD6D3E;
}
.TagClassName
{
border-color: #DD6D3E;
}
</style>