Shades of Sorbus #D76A43
Tints of Sorbus #D76A43
RGB
CMYK
RGB Variations
Color information
#D76A43 (or 0xD76A43) is known color: Sorbus. HEX triplet: D7, 6A and 43. RGB value is (215,106,67). Sum of RGB (Red+Green+Blue) = 215+106+67=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A43 is #2895BC. Grayscale: #868686. Windows color (decimal): -2659773 or 4418263. OLE color: 4418263.
HSL color Cylindrical-coordinate representation of color #D76A43: hue angle of 15.81º degrees, saturation: 0.65, 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 #D76A43 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 67 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.16 |
| HSL | 15.81º | 0.65% | 0.55% | - |
| HSV(B) | 15.81º | 0.69% | 0.84% | - |
| XYZ | 34.19 | 25.16 | 8.36 | - |
| YUV | 134.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 67 | 0 | 0.51 | 0.69 | 0.16 | 15.81 | 0.65 | 0.55 |
| Hex | D7 | 6A | 43 | 0 | 33 | 45 | 10 | 10 | 41 | 37 |
| Octal | 327 | 152 | 103 | 0 | 63 | 105 | 20 | 20 | 101 | 67 |
| Binary | 11010111 | 1101010 | 1000011 | 0 | 110011 | 1000101 | 10000 | 10000 | 1000001 | 110111 |
Color Harmonies of #D76A43
Complementary color
Monochromatic Colors of #D76A43
Black with #D76A43
Text Example
Text Example
White with #D76A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A43; }
p { color: rgb(215,106,67); }
H1.HeaderClassName
{
color: #D76A43;
}
.AnyTagClassName
{
color: #D76A43;
}
</style>
background-color css
<style>
a { background-color: #D76A43; }
a { background-color: rgb(215,106,67); }
div.DivClassName
{
background-color: #D76A43;
}
.BgClassName
{
background-color: #D76A43;
}
</style>
border-color css
<style>
span { border-color: #D76A43; }
span { border-color: rgb(215,106,67); }
td.TdClassName
{
border-color: #D76A43;
}
.TagClassName
{
border-color: #D76A43;
}
</style>