Shades of Sorbus #D66440
Tints of Sorbus #D66440
RGB
CMYK
RGB Variations
Color information
#D66440 (or 0xD66440) is known color: Sorbus. HEX triplet: D6, 64 and 40. RGB value is (214,100,64). Sum of RGB (Red+Green+Blue) = 214+100+64=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D66440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66440 is #299BBF. Grayscale: #828282. Windows color (decimal): -2726848 or 4220118. OLE color: 4220118.
HSL color Cylindrical-coordinate representation of color #D66440: hue angle of 14.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D66440 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 64 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.16 |
| HSL | 14.4º | 0.65% | 0.55% | - |
| HSV(B) | 14.4º | 0.7% | 0.84% | - |
| XYZ | 33.21 | 23.78 | 7.69 | - |
| YUV | 129.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 64 | 0 | 0.53 | 0.70 | 0.16 | 14.4 | 0.65 | 0.55 |
| Hex | D6 | 64 | 40 | 0 | 35 | 46 | 10 | E | 41 | 37 |
| Octal | 326 | 144 | 100 | 0 | 65 | 106 | 20 | 16 | 101 | 67 |
| Binary | 11010110 | 1100100 | 1000000 | 0 | 110101 | 1000110 | 10000 | 1110 | 1000001 | 110111 |
Color Harmonies of #D66440
Complementary color
Monochromatic Colors of #D66440
Black with #D66440
Text Example
Text Example
White with #D66440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66440; }
p { color: rgb(214,100,64); }
H1.HeaderClassName
{
color: #D66440;
}
.AnyTagClassName
{
color: #D66440;
}
</style>
background-color css
<style>
a { background-color: #D66440; }
a { background-color: rgb(214,100,64); }
div.DivClassName
{
background-color: #D66440;
}
.BgClassName
{
background-color: #D66440;
}
</style>
border-color css
<style>
span { border-color: #D66440; }
span { border-color: rgb(214,100,64); }
td.TdClassName
{
border-color: #D66440;
}
.TagClassName
{
border-color: #D66440;
}
</style>