Shades of Sorbus #D76B3C
Tints of Sorbus #D76B3C
RGB
CMYK
RGB Variations
Color information
#D76B3C (or 0xD76B3C) is known color: Sorbus. HEX triplet: D7, 6B and 3C. RGB value is (215,107,60). Sum of RGB (Red+Green+Blue) = 215+107+60=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B3C is #2894C3. Grayscale: #868686. Windows color (decimal): -2659524 or 3959767. OLE color: 3959767.
HSL color Cylindrical-coordinate representation of color #D76B3C: hue angle of 18.19º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D76B3C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 60 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.16 |
| HSL | 18.19º | 0.66% | 0.54% | - |
| HSV(B) | 18.19º | 0.72% | 0.84% | - |
| XYZ | 34.1 | 25.29 | 7.36 | - |
| YUV | 133.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 60 | 0 | 0.50 | 0.72 | 0.16 | 18.19 | 0.66 | 0.54 |
| Hex | D7 | 6B | 3C | 0 | 32 | 48 | 10 | 12 | 42 | 36 |
| Octal | 327 | 153 | 74 | 0 | 62 | 110 | 20 | 22 | 102 | 66 |
| Binary | 11010111 | 1101011 | 111100 | 0 | 110010 | 1001000 | 10000 | 10010 | 1000010 | 110110 |
Color Harmonies of #D76B3C
Complementary color
Monochromatic Colors of #D76B3C
Black with #D76B3C
Text Example
Text Example
White with #D76B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B3C; }
p { color: rgb(215,107,60); }
H1.HeaderClassName
{
color: #D76B3C;
}
.AnyTagClassName
{
color: #D76B3C;
}
</style>
background-color css
<style>
a { background-color: #D76B3C; }
a { background-color: rgb(215,107,60); }
div.DivClassName
{
background-color: #D76B3C;
}
.BgClassName
{
background-color: #D76B3C;
}
</style>
border-color css
<style>
span { border-color: #D76B3C; }
span { border-color: rgb(215,107,60); }
td.TdClassName
{
border-color: #D76B3C;
}
.TagClassName
{
border-color: #D76B3C;
}
</style>