Shades of Sorbus #DD6743
Tints of Sorbus #DD6743
RGB
CMYK
RGB Variations
Color information
#DD6743 (or 0xDD6743) is known color: Sorbus. HEX triplet: DD, 67 and 43. RGB value is (221,103,67). Sum of RGB (Red+Green+Blue) = 221+103+67=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6743 is #2298BC. Grayscale: #868686. Windows color (decimal): -2267325 or 4417501. OLE color: 4417501.
HSL color Cylindrical-coordinate representation of color #DD6743: hue angle of 14.03º degrees, saturation: 0.69, 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 #DD6743 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 67 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.13 |
| HSL | 14.03º | 0.69% | 0.56% | - |
| HSV(B) | 14.03º | 0.7% | 0.87% | - |
| XYZ | 35.68 | 25.48 | 8.35 | - |
| YUV | 134.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 67 | 0 | 0.53 | 0.70 | 0.13 | 14.03 | 0.69 | 0.56 |
| Hex | DD | 67 | 43 | 0 | 35 | 46 | D | E | 45 | 38 |
| Octal | 335 | 147 | 103 | 0 | 65 | 106 | 15 | 16 | 105 | 70 |
| Binary | 11011101 | 1100111 | 1000011 | 0 | 110101 | 1000110 | 1101 | 1110 | 1000101 | 111000 |
Color Harmonies of #DD6743
Complementary color
Monochromatic Colors of #DD6743
Black with #DD6743
Text Example
Text Example
White with #DD6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6743; }
p { color: rgb(221,103,67); }
H1.HeaderClassName
{
color: #DD6743;
}
.AnyTagClassName
{
color: #DD6743;
}
</style>
background-color css
<style>
a { background-color: #DD6743; }
a { background-color: rgb(221,103,67); }
div.DivClassName
{
background-color: #DD6743;
}
.BgClassName
{
background-color: #DD6743;
}
</style>
border-color css
<style>
span { border-color: #DD6743; }
span { border-color: rgb(221,103,67); }
td.TdClassName
{
border-color: #DD6743;
}
.TagClassName
{
border-color: #DD6743;
}
</style>