Shades of Sorbus #D76F41
Tints of Sorbus #D76F41
RGB
CMYK
RGB Variations
Color information
#D76F41 (or 0xD76F41) is known color: Sorbus. HEX triplet: D7, 6F and 41. RGB value is (215,111,65). Sum of RGB (Red+Green+Blue) = 215+111+65=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F41 is #2890BE. Grayscale: #898989. Windows color (decimal): -2658495 or 4288471. OLE color: 4288471.
HSL color Cylindrical-coordinate representation of color #D76F41: hue angle of 18.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 #D76F41 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 65 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.16 |
| HSL | 18.4º | 0.65% | 0.55% | - |
| HSV(B) | 18.4º | 0.7% | 0.84% | - |
| XYZ | 34.66 | 26.2 | 8.23 | - |
| YUV | 136.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 65 | 0 | 0.48 | 0.70 | 0.16 | 18.4 | 0.65 | 0.55 |
| Hex | D7 | 6F | 41 | 0 | 30 | 46 | 10 | 12 | 41 | 37 |
| Octal | 327 | 157 | 101 | 0 | 60 | 106 | 20 | 22 | 101 | 67 |
| Binary | 11010111 | 1101111 | 1000001 | 0 | 110000 | 1000110 | 10000 | 10010 | 1000001 | 110111 |
Color Harmonies of #D76F41
Complementary color
Monochromatic Colors of #D76F41
Black with #D76F41
Text Example
Text Example
White with #D76F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F41; }
p { color: rgb(215,111,65); }
H1.HeaderClassName
{
color: #D76F41;
}
.AnyTagClassName
{
color: #D76F41;
}
</style>
background-color css
<style>
a { background-color: #D76F41; }
a { background-color: rgb(215,111,65); }
div.DivClassName
{
background-color: #D76F41;
}
.BgClassName
{
background-color: #D76F41;
}
</style>
border-color css
<style>
span { border-color: #D76F41; }
span { border-color: rgb(215,111,65); }
td.TdClassName
{
border-color: #D76F41;
}
.TagClassName
{
border-color: #D76F41;
}
</style>