Shades of Sorbus #D66842
Tints of Sorbus #D66842
RGB
CMYK
RGB Variations
Color information
#D66842 (or 0xD66842) is known color: Sorbus. HEX triplet: D6, 68 and 42. RGB value is (214,104,66). Sum of RGB (Red+Green+Blue) = 214+104+66=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D66842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66842 is #2997BD. Grayscale: #848484. Windows color (decimal): -2725822 or 4352214. OLE color: 4352214.
HSL color Cylindrical-coordinate representation of color #D66842: hue angle of 15.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D66842 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 66 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.16 |
| HSL | 15.41º | 0.64% | 0.55% | - |
| HSV(B) | 15.41º | 0.69% | 0.84% | - |
| XYZ | 33.67 | 24.59 | 8.13 | - |
| YUV | 132.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 66 | 0 | 0.51 | 0.69 | 0.16 | 15.41 | 0.64 | 0.55 |
| Hex | D6 | 68 | 42 | 0 | 33 | 45 | 10 | F | 40 | 37 |
| Octal | 326 | 150 | 102 | 0 | 63 | 105 | 20 | 17 | 100 | 67 |
| Binary | 11010110 | 1101000 | 1000010 | 0 | 110011 | 1000101 | 10000 | 1111 | 1000000 | 110111 |
Color Harmonies of #D66842
Complementary color
Monochromatic Colors of #D66842
Black with #D66842
Text Example
Text Example
White with #D66842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66842; }
p { color: rgb(214,104,66); }
H1.HeaderClassName
{
color: #D66842;
}
.AnyTagClassName
{
color: #D66842;
}
</style>
background-color css
<style>
a { background-color: #D66842; }
a { background-color: rgb(214,104,66); }
div.DivClassName
{
background-color: #D66842;
}
.BgClassName
{
background-color: #D66842;
}
</style>
border-color css
<style>
span { border-color: #D66842; }
span { border-color: rgb(214,104,66); }
td.TdClassName
{
border-color: #D66842;
}
.TagClassName
{
border-color: #D66842;
}
</style>