Shades of Sorbus #DD693C
Tints of Sorbus #DD693C
RGB
CMYK
RGB Variations
Color information
#DD693C (or 0xDD693C) is known color: Sorbus. HEX triplet: DD, 69 and 3C. RGB value is (221,105,60). Sum of RGB (Red+Green+Blue) = 221+105+60=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD693C is #2296C3. Grayscale: #868686. Windows color (decimal): -2266820 or 3959261. OLE color: 3959261.
HSL color Cylindrical-coordinate representation of color #DD693C: hue angle of 16.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD693C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 60 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.13 |
| HSL | 16.77º | 0.7% | 0.55% | - |
| HSV(B) | 16.77º | 0.73% | 0.87% | - |
| XYZ | 35.69 | 25.8 | 7.37 | - |
| YUV | 134.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 60 | 0 | 0.52 | 0.73 | 0.13 | 16.77 | 0.7 | 0.55 |
| Hex | DD | 69 | 3C | 0 | 34 | 49 | D | 11 | 46 | 37 |
| Octal | 335 | 151 | 74 | 0 | 64 | 111 | 15 | 21 | 106 | 67 |
| Binary | 11011101 | 1101001 | 111100 | 0 | 110100 | 1001001 | 1101 | 10001 | 1000110 | 110111 |
Color Harmonies of #DD693C
Complementary color
Monochromatic Colors of #DD693C
Black with #DD693C
Text Example
Text Example
White with #DD693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD693C; }
p { color: rgb(221,105,60); }
H1.HeaderClassName
{
color: #DD693C;
}
.AnyTagClassName
{
color: #DD693C;
}
</style>
background-color css
<style>
a { background-color: #DD693C; }
a { background-color: rgb(221,105,60); }
div.DivClassName
{
background-color: #DD693C;
}
.BgClassName
{
background-color: #DD693C;
}
</style>
border-color css
<style>
span { border-color: #DD693C; }
span { border-color: rgb(221,105,60); }
td.TdClassName
{
border-color: #DD693C;
}
.TagClassName
{
border-color: #DD693C;
}
</style>