Shades of Sorbus #D76D3C
Tints of Sorbus #D76D3C
RGB
CMYK
RGB Variations
Color information
#D76D3C (or 0xD76D3C) is known color: Sorbus. HEX triplet: D7, 6D and 3C. RGB value is (215,109,60). Sum of RGB (Red+Green+Blue) = 215+109+60=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D3C is #2892C3. Grayscale: #878787. Windows color (decimal): -2659012 or 3960279. OLE color: 3960279.
HSL color Cylindrical-coordinate representation of color #D76D3C: hue angle of 18.97º 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 #D76D3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 60 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.16 |
| HSL | 18.97º | 0.66% | 0.54% | - |
| HSV(B) | 18.97º | 0.72% | 0.84% | - |
| XYZ | 34.31 | 25.71 | 7.43 | - |
| YUV | 135.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 60 | 0 | 0.49 | 0.72 | 0.16 | 18.97 | 0.66 | 0.54 |
| Hex | D7 | 6D | 3C | 0 | 31 | 48 | 10 | 13 | 42 | 36 |
| Octal | 327 | 155 | 74 | 0 | 61 | 110 | 20 | 23 | 102 | 66 |
| Binary | 11010111 | 1101101 | 111100 | 0 | 110001 | 1001000 | 10000 | 10011 | 1000010 | 110110 |
Color Harmonies of #D76D3C
Complementary color
Monochromatic Colors of #D76D3C
Black with #D76D3C
Text Example
Text Example
White with #D76D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D3C; }
p { color: rgb(215,109,60); }
H1.HeaderClassName
{
color: #D76D3C;
}
.AnyTagClassName
{
color: #D76D3C;
}
</style>
background-color css
<style>
a { background-color: #D76D3C; }
a { background-color: rgb(215,109,60); }
div.DivClassName
{
background-color: #D76D3C;
}
.BgClassName
{
background-color: #D76D3C;
}
</style>
border-color css
<style>
span { border-color: #D76D3C; }
span { border-color: rgb(215,109,60); }
td.TdClassName
{
border-color: #D76D3C;
}
.TagClassName
{
border-color: #D76D3C;
}
</style>