Shades of Sorbus #D96B3C
Tints of Sorbus #D96B3C
RGB
CMYK
RGB Variations
Color information
#D96B3C (or 0xD96B3C) is known color: Sorbus. HEX triplet: D9, 6B and 3C. RGB value is (217,107,60). Sum of RGB (Red+Green+Blue) = 217+107+60=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B3C is #2694C3. Grayscale: #868686. Windows color (decimal): -2528452 or 3959769. OLE color: 3959769.
HSL color Cylindrical-coordinate representation of color #D96B3C: hue angle of 17.96º 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 #D96B3C is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 60 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.15 |
| HSL | 17.96º | 0.67% | 0.54% | - |
| HSV(B) | 17.96º | 0.72% | 0.85% | - |
| XYZ | 34.69 | 25.59 | 7.39 | - |
| YUV | 134.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 60 | 0 | 0.51 | 0.72 | 0.15 | 17.96 | 0.67 | 0.54 |
| Hex | D9 | 6B | 3C | 0 | 33 | 48 | F | 12 | 43 | 36 |
| Octal | 331 | 153 | 74 | 0 | 63 | 110 | 17 | 22 | 103 | 66 |
| Binary | 11011001 | 1101011 | 111100 | 0 | 110011 | 1001000 | 1111 | 10010 | 1000011 | 110110 |
Color Harmonies of #D96B3C
Complementary color
Monochromatic Colors of #D96B3C
Black with #D96B3C
Text Example
Text Example
White with #D96B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B3C; }
p { color: rgb(217,107,60); }
H1.HeaderClassName
{
color: #D96B3C;
}
.AnyTagClassName
{
color: #D96B3C;
}
</style>
background-color css
<style>
a { background-color: #D96B3C; }
a { background-color: rgb(217,107,60); }
div.DivClassName
{
background-color: #D96B3C;
}
.BgClassName
{
background-color: #D96B3C;
}
</style>
border-color css
<style>
span { border-color: #D96B3C; }
span { border-color: rgb(217,107,60); }
td.TdClassName
{
border-color: #D96B3C;
}
.TagClassName
{
border-color: #D96B3C;
}
</style>