Shades of Sorbus #D8683E
Tints of Sorbus #D8683E
RGB
CMYK
RGB Variations
Color information
#D8683E (or 0xD8683E) is known color: Sorbus. HEX triplet: D8, 68 and 3E. RGB value is (216,104,62). Sum of RGB (Red+Green+Blue) = 216+104+62=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8683E is #2797C1. Grayscale: #848484. Windows color (decimal): -2594754 or 4090072. OLE color: 4090072.
HSL color Cylindrical-coordinate representation of color #D8683E: hue angle of 16.36º 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 #D8683E is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 62 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.15 |
| HSL | 16.36º | 0.66% | 0.55% | - |
| HSV(B) | 16.36º | 0.71% | 0.85% | - |
| XYZ | 34.14 | 24.85 | 7.55 | - |
| YUV | 132.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 62 | 0 | 0.52 | 0.71 | 0.15 | 16.36 | 0.66 | 0.55 |
| Hex | D8 | 68 | 3E | 0 | 34 | 47 | F | 10 | 42 | 37 |
| Octal | 330 | 150 | 76 | 0 | 64 | 107 | 17 | 20 | 102 | 67 |
| Binary | 11011000 | 1101000 | 111110 | 0 | 110100 | 1000111 | 1111 | 10000 | 1000010 | 110111 |
Color Harmonies of #D8683E
Complementary color
Monochromatic Colors of #D8683E
Black with #D8683E
Text Example
Text Example
White with #D8683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8683E; }
p { color: rgb(216,104,62); }
H1.HeaderClassName
{
color: #D8683E;
}
.AnyTagClassName
{
color: #D8683E;
}
</style>
background-color css
<style>
a { background-color: #D8683E; }
a { background-color: rgb(216,104,62); }
div.DivClassName
{
background-color: #D8683E;
}
.BgClassName
{
background-color: #D8683E;
}
</style>
border-color css
<style>
span { border-color: #D8683E; }
span { border-color: rgb(216,104,62); }
td.TdClassName
{
border-color: #D8683E;
}
.TagClassName
{
border-color: #D8683E;
}
</style>