Shades of Sorbus #D96D3C
Tints of Sorbus #D96D3C
RGB
CMYK
RGB Variations
Color information
#D96D3C (or 0xD96D3C) is known color: Sorbus. HEX triplet: D9, 6D and 3C. RGB value is (217,109,60). Sum of RGB (Red+Green+Blue) = 217+109+60=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D3C is #2692C3. Grayscale: #888888. Windows color (decimal): -2527940 or 3960281. OLE color: 3960281.
HSL color Cylindrical-coordinate representation of color #D96D3C: hue angle of 18.73º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D96D3C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 60 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.15 |
| HSL | 18.73º | 0.67% | 0.54% | - |
| HSV(B) | 18.73º | 0.72% | 0.85% | - |
| XYZ | 34.9 | 26.02 | 7.46 | - |
| YUV | 135.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 60 | 0 | 0.50 | 0.72 | 0.15 | 18.73 | 0.67 | 0.54 |
| Hex | D9 | 6D | 3C | 0 | 32 | 48 | F | 13 | 43 | 36 |
| Octal | 331 | 155 | 74 | 0 | 62 | 110 | 17 | 23 | 103 | 66 |
| Binary | 11011001 | 1101101 | 111100 | 0 | 110010 | 1001000 | 1111 | 10011 | 1000011 | 110110 |
Color Harmonies of #D96D3C
Complementary color
Monochromatic Colors of #D96D3C
Black with #D96D3C
Text Example
Text Example
White with #D96D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D3C; }
p { color: rgb(217,109,60); }
H1.HeaderClassName
{
color: #D96D3C;
}
.AnyTagClassName
{
color: #D96D3C;
}
</style>
background-color css
<style>
a { background-color: #D96D3C; }
a { background-color: rgb(217,109,60); }
div.DivClassName
{
background-color: #D96D3C;
}
.BgClassName
{
background-color: #D96D3C;
}
</style>
border-color css
<style>
span { border-color: #D96D3C; }
span { border-color: rgb(217,109,60); }
td.TdClassName
{
border-color: #D96D3C;
}
.TagClassName
{
border-color: #D96D3C;
}
</style>