Shades of Sorbus #D8663B
Tints of Sorbus #D8663B
RGB
CMYK
RGB Variations
Color information
#D8663B (or 0xD8663B) is known color: Sorbus. HEX triplet: D8, 66 and 3B. RGB value is (216,102,59). Sum of RGB (Red+Green+Blue) = 216+102+59=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8663B is #2799C4. Grayscale: #838383. Windows color (decimal): -2595269 or 3892952. OLE color: 3892952.
HSL color Cylindrical-coordinate representation of color #D8663B: hue angle of 16.43º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8663B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 59 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.15 |
| HSL | 16.43º | 0.67% | 0.54% | - |
| HSV(B) | 16.43º | 0.73% | 0.85% | - |
| XYZ | 33.86 | 24.42 | 7.07 | - |
| YUV | 131.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 59 | 0 | 0.53 | 0.73 | 0.15 | 16.43 | 0.67 | 0.54 |
| Hex | D8 | 66 | 3B | 0 | 35 | 49 | F | 10 | 43 | 36 |
| Octal | 330 | 146 | 73 | 0 | 65 | 111 | 17 | 20 | 103 | 66 |
| Binary | 11011000 | 1100110 | 111011 | 0 | 110101 | 1001001 | 1111 | 10000 | 1000011 | 110110 |
Color Harmonies of #D8663B
Complementary color
Monochromatic Colors of #D8663B
Black with #D8663B
Text Example
Text Example
White with #D8663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8663B; }
p { color: rgb(216,102,59); }
H1.HeaderClassName
{
color: #D8663B;
}
.AnyTagClassName
{
color: #D8663B;
}
</style>
background-color css
<style>
a { background-color: #D8663B; }
a { background-color: rgb(216,102,59); }
div.DivClassName
{
background-color: #D8663B;
}
.BgClassName
{
background-color: #D8663B;
}
</style>
border-color css
<style>
span { border-color: #D8663B; }
span { border-color: rgb(216,102,59); }
td.TdClassName
{
border-color: #D8663B;
}
.TagClassName
{
border-color: #D8663B;
}
</style>