Shades of Sorbus #D96342
Tints of Sorbus #D96342
RGB
CMYK
RGB Variations
Color information
#D96342 (or 0xD96342) is known color: Sorbus. HEX triplet: D9, 63 and 42. RGB value is (217,99,66). Sum of RGB (Red+Green+Blue) = 217+99+66=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D96342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96342 is #269CBD. Grayscale: #828282. Windows color (decimal): -2530494 or 4350937. OLE color: 4350937.
HSL color Cylindrical-coordinate representation of color #D96342: hue angle of 13.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96342 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 66 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.15 |
| HSL | 13.11º | 0.67% | 0.55% | - |
| HSV(B) | 13.11º | 0.7% | 0.85% | - |
| XYZ | 34.06 | 24.07 | 8 | - |
| YUV | 130.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 66 | 0 | 0.54 | 0.70 | 0.15 | 13.11 | 0.67 | 0.55 |
| Hex | D9 | 63 | 42 | 0 | 36 | 46 | F | D | 43 | 37 |
| Octal | 331 | 143 | 102 | 0 | 66 | 106 | 17 | 15 | 103 | 67 |
| Binary | 11011001 | 1100011 | 1000010 | 0 | 110110 | 1000110 | 1111 | 1101 | 1000011 | 110111 |
Color Harmonies of #D96342
Complementary color
Monochromatic Colors of #D96342
Black with #D96342
Text Example
Text Example
White with #D96342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96342; }
p { color: rgb(217,99,66); }
H1.HeaderClassName
{
color: #D96342;
}
.AnyTagClassName
{
color: #D96342;
}
</style>
background-color css
<style>
a { background-color: #D96342; }
a { background-color: rgb(217,99,66); }
div.DivClassName
{
background-color: #D96342;
}
.BgClassName
{
background-color: #D96342;
}
</style>
border-color css
<style>
span { border-color: #D96342; }
span { border-color: rgb(217,99,66); }
td.TdClassName
{
border-color: #D96342;
}
.TagClassName
{
border-color: #D96342;
}
</style>