Shades of Sorbus #DD6F3F
Tints of Sorbus #DD6F3F
RGB
CMYK
RGB Variations
Color information
#DD6F3F (or 0xDD6F3F) is known color: Sorbus. HEX triplet: DD, 6F and 3F. RGB value is (221,111,63). Sum of RGB (Red+Green+Blue) = 221+111+63=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F3F is #2290C0. Grayscale: #8A8A8A. Windows color (decimal): -2265281 or 4157405. OLE color: 4157405.
HSL color Cylindrical-coordinate representation of color #DD6F3F: hue angle of 18.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD6F3F is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 63 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.13 |
| HSL | 18.23º | 0.7% | 0.56% | - |
| HSV(B) | 18.23º | 0.71% | 0.87% | - |
| XYZ | 36.4 | 27.1 | 8.01 | - |
| YUV | 138.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 63 | 0 | 0.50 | 0.71 | 0.13 | 18.23 | 0.7 | 0.56 |
| Hex | DD | 6F | 3F | 0 | 32 | 47 | D | 12 | 46 | 38 |
| Octal | 335 | 157 | 77 | 0 | 62 | 107 | 15 | 22 | 106 | 70 |
| Binary | 11011101 | 1101111 | 111111 | 0 | 110010 | 1000111 | 1101 | 10010 | 1000110 | 111000 |
Color Harmonies of #DD6F3F
Complementary color
Monochromatic Colors of #DD6F3F
Black with #DD6F3F
Text Example
Text Example
White with #DD6F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F3F; }
p { color: rgb(221,111,63); }
H1.HeaderClassName
{
color: #DD6F3F;
}
.AnyTagClassName
{
color: #DD6F3F;
}
</style>
background-color css
<style>
a { background-color: #DD6F3F; }
a { background-color: rgb(221,111,63); }
div.DivClassName
{
background-color: #DD6F3F;
}
.BgClassName
{
background-color: #DD6F3F;
}
</style>
border-color css
<style>
span { border-color: #DD6F3F; }
span { border-color: rgb(221,111,63); }
td.TdClassName
{
border-color: #DD6F3F;
}
.TagClassName
{
border-color: #DD6F3F;
}
</style>