Shades of Sorbus #D66839
Tints of Sorbus #D66839
RGB
CMYK
RGB Variations
Color information
#D66839 (or 0xD66839) is known color: Sorbus. HEX triplet: D6, 68 and 39. RGB value is (214,104,57). Sum of RGB (Red+Green+Blue) = 214+104+57=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D66839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66839 is #2997C6. Grayscale: #838383. Windows color (decimal): -2725831 or 3762390. OLE color: 3762390.
HSL color Cylindrical-coordinate representation of color #D66839: hue angle of 17.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D66839 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 57 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.16 |
| HSL | 17.96º | 0.66% | 0.53% | - |
| HSV(B) | 17.96º | 0.73% | 0.84% | - |
| XYZ | 33.42 | 24.49 | 6.84 | - |
| YUV | 131.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 57 | 0 | 0.51 | 0.73 | 0.16 | 17.96 | 0.66 | 0.53 |
| Hex | D6 | 68 | 39 | 0 | 33 | 49 | 10 | 12 | 42 | 35 |
| Octal | 326 | 150 | 71 | 0 | 63 | 111 | 20 | 22 | 102 | 65 |
| Binary | 11010110 | 1101000 | 111001 | 0 | 110011 | 1001001 | 10000 | 10010 | 1000010 | 110101 |
Color Harmonies of #D66839
Complementary color
Monochromatic Colors of #D66839
Black with #D66839
Text Example
Text Example
White with #D66839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66839; }
p { color: rgb(214,104,57); }
H1.HeaderClassName
{
color: #D66839;
}
.AnyTagClassName
{
color: #D66839;
}
</style>
background-color css
<style>
a { background-color: #D66839; }
a { background-color: rgb(214,104,57); }
div.DivClassName
{
background-color: #D66839;
}
.BgClassName
{
background-color: #D66839;
}
</style>
border-color css
<style>
span { border-color: #D66839; }
span { border-color: rgb(214,104,57); }
td.TdClassName
{
border-color: #D66839;
}
.TagClassName
{
border-color: #D66839;
}
</style>