Shades of Sorbus #D96A3D
Tints of Sorbus #D96A3D
RGB
CMYK
RGB Variations
Color information
#D96A3D (or 0xD96A3D) is known color: Sorbus. HEX triplet: D9, 6A and 3D. RGB value is (217,106,61). Sum of RGB (Red+Green+Blue) = 217+106+61=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A3D is #2695C2. Grayscale: #868686. Windows color (decimal): -2528707 or 4025049. OLE color: 4025049.
HSL color Cylindrical-coordinate representation of color #D96A3D: hue angle of 17.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D96A3D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 61 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.15 |
| HSL | 17.31º | 0.67% | 0.55% | - |
| HSV(B) | 17.31º | 0.72% | 0.85% | - |
| XYZ | 34.61 | 25.4 | 7.49 | - |
| YUV | 134.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 61 | 0 | 0.51 | 0.72 | 0.15 | 17.31 | 0.67 | 0.55 |
| Hex | D9 | 6A | 3D | 0 | 33 | 48 | F | 11 | 43 | 37 |
| Octal | 331 | 152 | 75 | 0 | 63 | 110 | 17 | 21 | 103 | 67 |
| Binary | 11011001 | 1101010 | 111101 | 0 | 110011 | 1001000 | 1111 | 10001 | 1000011 | 110111 |
Color Harmonies of #D96A3D
Complementary color
Monochromatic Colors of #D96A3D
Black with #D96A3D
Text Example
Text Example
White with #D96A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A3D; }
p { color: rgb(217,106,61); }
H1.HeaderClassName
{
color: #D96A3D;
}
.AnyTagClassName
{
color: #D96A3D;
}
</style>
background-color css
<style>
a { background-color: #D96A3D; }
a { background-color: rgb(217,106,61); }
div.DivClassName
{
background-color: #D96A3D;
}
.BgClassName
{
background-color: #D96A3D;
}
</style>
border-color css
<style>
span { border-color: #D96A3D; }
span { border-color: rgb(217,106,61); }
td.TdClassName
{
border-color: #D96A3D;
}
.TagClassName
{
border-color: #D96A3D;
}
</style>