Shades of Sorbus #DD6F3A
Tints of Sorbus #DD6F3A
RGB
CMYK
RGB Variations
Color information
#DD6F3A (or 0xDD6F3A) is known color: Sorbus. HEX triplet: DD, 6F and 3A. RGB value is (221,111,58). Sum of RGB (Red+Green+Blue) = 221+111+58=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F3A is #2290C5. Grayscale: #8A8A8A. Windows color (decimal): -2265286 or 3829725. OLE color: 3829725.
HSL color Cylindrical-coordinate representation of color #DD6F3A: hue angle of 19.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD6F3A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 58 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.13 |
| HSL | 19.51º | 0.71% | 0.55% | - |
| HSV(B) | 19.51º | 0.74% | 0.87% | - |
| XYZ | 36.27 | 27.05 | 7.31 | - |
| YUV | 137.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 58 | 0 | 0.50 | 0.74 | 0.13 | 19.51 | 0.71 | 0.55 |
| Hex | DD | 6F | 3A | 0 | 32 | 4A | D | 14 | 47 | 37 |
| Octal | 335 | 157 | 72 | 0 | 62 | 112 | 15 | 24 | 107 | 67 |
| Binary | 11011101 | 1101111 | 111010 | 0 | 110010 | 1001010 | 1101 | 10100 | 1000111 | 110111 |
Color Harmonies of #DD6F3A
Complementary color
Monochromatic Colors of #DD6F3A
Black with #DD6F3A
Text Example
Text Example
White with #DD6F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F3A; }
p { color: rgb(221,111,58); }
H1.HeaderClassName
{
color: #DD6F3A;
}
.AnyTagClassName
{
color: #DD6F3A;
}
</style>
background-color css
<style>
a { background-color: #DD6F3A; }
a { background-color: rgb(221,111,58); }
div.DivClassName
{
background-color: #DD6F3A;
}
.BgClassName
{
background-color: #DD6F3A;
}
</style>
border-color css
<style>
span { border-color: #DD6F3A; }
span { border-color: rgb(221,111,58); }
td.TdClassName
{
border-color: #DD6F3A;
}
.TagClassName
{
border-color: #DD6F3A;
}
</style>