Shades of Sorbus #D96F3D
Tints of Sorbus #D96F3D
RGB
CMYK
RGB Variations
Color information
#D96F3D (or 0xD96F3D) is known color: Sorbus. HEX triplet: D9, 6F and 3D. RGB value is (217,111,61). Sum of RGB (Red+Green+Blue) = 217+111+61=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F3D is #2690C2. Grayscale: #898989. Windows color (decimal): -2527427 or 4026329. OLE color: 4026329.
HSL color Cylindrical-coordinate representation of color #D96F3D: hue angle of 19.23º 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 #D96F3D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 61 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.15 |
| HSL | 19.23º | 0.67% | 0.55% | - |
| HSV(B) | 19.23º | 0.72% | 0.85% | - |
| XYZ | 35.14 | 26.46 | 7.67 | - |
| YUV | 136.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 61 | 0 | 0.49 | 0.72 | 0.15 | 19.23 | 0.67 | 0.55 |
| Hex | D9 | 6F | 3D | 0 | 31 | 48 | F | 13 | 43 | 37 |
| Octal | 331 | 157 | 75 | 0 | 61 | 110 | 17 | 23 | 103 | 67 |
| Binary | 11011001 | 1101111 | 111101 | 0 | 110001 | 1001000 | 1111 | 10011 | 1000011 | 110111 |
Color Harmonies of #D96F3D
Complementary color
Monochromatic Colors of #D96F3D
Black with #D96F3D
Text Example
Text Example
White with #D96F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F3D; }
p { color: rgb(217,111,61); }
H1.HeaderClassName
{
color: #D96F3D;
}
.AnyTagClassName
{
color: #D96F3D;
}
</style>
background-color css
<style>
a { background-color: #D96F3D; }
a { background-color: rgb(217,111,61); }
div.DivClassName
{
background-color: #D96F3D;
}
.BgClassName
{
background-color: #D96F3D;
}
</style>
border-color css
<style>
span { border-color: #D96F3D; }
span { border-color: rgb(217,111,61); }
td.TdClassName
{
border-color: #D96F3D;
}
.TagClassName
{
border-color: #D96F3D;
}
</style>