Shades of Sorbus #D46B40
Tints of Sorbus #D46B40
RGB
CMYK
RGB Variations
Color information
#D46B40 (or 0xD46B40) is known color: Sorbus. HEX triplet: D4, 6B and 40. RGB value is (212,107,64). Sum of RGB (Red+Green+Blue) = 212+107+64=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B40 is #2B94BF. Grayscale: #858585. Windows color (decimal): -2856128 or 4221908. OLE color: 4221908.
HSL color Cylindrical-coordinate representation of color #D46B40: hue angle of 17.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D46B40 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 64 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.17 |
| HSL | 17.43º | 0.63% | 0.54% | - |
| HSV(B) | 17.43º | 0.7% | 0.83% | - |
| XYZ | 33.33 | 24.88 | 7.9 | - |
| YUV | 133.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 64 | 0 | 0.50 | 0.70 | 0.17 | 17.43 | 0.63 | 0.54 |
| Hex | D4 | 6B | 40 | 0 | 32 | 46 | 11 | 11 | 3F | 36 |
| Octal | 324 | 153 | 100 | 0 | 62 | 106 | 21 | 21 | 77 | 66 |
| Binary | 11010100 | 1101011 | 1000000 | 0 | 110010 | 1000110 | 10001 | 10001 | 111111 | 110110 |
Color Harmonies of #D46B40
Complementary color
Monochromatic Colors of #D46B40
Black with #D46B40
Text Example
Text Example
White with #D46B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B40; }
p { color: rgb(212,107,64); }
H1.HeaderClassName
{
color: #D46B40;
}
.AnyTagClassName
{
color: #D46B40;
}
</style>
background-color css
<style>
a { background-color: #D46B40; }
a { background-color: rgb(212,107,64); }
div.DivClassName
{
background-color: #D46B40;
}
.BgClassName
{
background-color: #D46B40;
}
</style>
border-color css
<style>
span { border-color: #D46B40; }
span { border-color: rgb(212,107,64); }
td.TdClassName
{
border-color: #D46B40;
}
.TagClassName
{
border-color: #D46B40;
}
</style>