Shades of Sorbus #DD6D45
Tints of Sorbus #DD6D45
RGB
CMYK
RGB Variations
Color information
#DD6D45 (or 0xDD6D45) is known color: Sorbus. HEX triplet: DD, 6D and 45. RGB value is (221,109,69). Sum of RGB (Red+Green+Blue) = 221+109+69=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D45 is #2292BA. Grayscale: #8A8A8A. Windows color (decimal): -2265787 or 4550109. OLE color: 4550109.
HSL color Cylindrical-coordinate representation of color #DD6D45: hue angle of 15.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6D45 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 69 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.13 |
| HSL | 15.79º | 0.69% | 0.57% | - |
| HSV(B) | 15.79º | 0.69% | 0.87% | - |
| XYZ | 36.36 | 26.74 | 8.87 | - |
| YUV | 137.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 69 | 0 | 0.51 | 0.69 | 0.13 | 15.79 | 0.69 | 0.57 |
| Hex | DD | 6D | 45 | 0 | 33 | 45 | D | 10 | 45 | 39 |
| Octal | 335 | 155 | 105 | 0 | 63 | 105 | 15 | 20 | 105 | 71 |
| Binary | 11011101 | 1101101 | 1000101 | 0 | 110011 | 1000101 | 1101 | 10000 | 1000101 | 111001 |
Color Harmonies of #DD6D45
Complementary color
Monochromatic Colors of #DD6D45
Black with #DD6D45
Text Example
Text Example
White with #DD6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D45; }
p { color: rgb(221,109,69); }
H1.HeaderClassName
{
color: #DD6D45;
}
.AnyTagClassName
{
color: #DD6D45;
}
</style>
background-color css
<style>
a { background-color: #DD6D45; }
a { background-color: rgb(221,109,69); }
div.DivClassName
{
background-color: #DD6D45;
}
.BgClassName
{
background-color: #DD6D45;
}
</style>
border-color css
<style>
span { border-color: #DD6D45; }
span { border-color: rgb(221,109,69); }
td.TdClassName
{
border-color: #DD6D45;
}
.TagClassName
{
border-color: #DD6D45;
}
</style>