Shades of Sorbus #D8713F
Tints of Sorbus #D8713F
RGB
CMYK
RGB Variations
Color information
#D8713F (or 0xD8713F) is known color: Sorbus. HEX triplet: D8, 71 and 3F. RGB value is (216,113,63). Sum of RGB (Red+Green+Blue) = 216+113+63=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8713F is #278EC0. Grayscale: #8A8A8A. Windows color (decimal): -2592449 or 4157912. OLE color: 4157912.
HSL color Cylindrical-coordinate representation of color #D8713F: hue angle of 19.61º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8713F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 63 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.15 |
| HSL | 19.61º | 0.66% | 0.55% | - |
| HSV(B) | 19.61º | 0.71% | 0.85% | - |
| XYZ | 35.12 | 26.77 | 8.02 | - |
| YUV | 138.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 63 | 0 | 0.48 | 0.71 | 0.15 | 19.61 | 0.66 | 0.55 |
| Hex | D8 | 71 | 3F | 0 | 30 | 47 | F | 14 | 42 | 37 |
| Octal | 330 | 161 | 77 | 0 | 60 | 107 | 17 | 24 | 102 | 67 |
| Binary | 11011000 | 1110001 | 111111 | 0 | 110000 | 1000111 | 1111 | 10100 | 1000010 | 110111 |
Color Harmonies of #D8713F
Complementary color
Monochromatic Colors of #D8713F
Black with #D8713F
Text Example
Text Example
White with #D8713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8713F; }
p { color: rgb(216,113,63); }
H1.HeaderClassName
{
color: #D8713F;
}
.AnyTagClassName
{
color: #D8713F;
}
</style>
background-color css
<style>
a { background-color: #D8713F; }
a { background-color: rgb(216,113,63); }
div.DivClassName
{
background-color: #D8713F;
}
.BgClassName
{
background-color: #D8713F;
}
</style>
border-color css
<style>
span { border-color: #D8713F; }
span { border-color: rgb(216,113,63); }
td.TdClassName
{
border-color: #D8713F;
}
.TagClassName
{
border-color: #D8713F;
}
</style>