Shades of Sorbus #D8673F
Tints of Sorbus #D8673F
RGB
CMYK
RGB Variations
Color information
#D8673F (or 0xD8673F) is known color: Sorbus. HEX triplet: D8, 67 and 3F. RGB value is (216,103,63). Sum of RGB (Red+Green+Blue) = 216+103+63=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8673F is #2798C0. Grayscale: #848484. Windows color (decimal): -2595009 or 4155352. OLE color: 4155352.
HSL color Cylindrical-coordinate representation of color #D8673F: hue angle of 15.69º 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 #D8673F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 63 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.15 |
| HSL | 15.69º | 0.66% | 0.55% | - |
| HSV(B) | 15.69º | 0.71% | 0.85% | - |
| XYZ | 34.07 | 24.66 | 7.67 | - |
| YUV | 132.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 63 | 0 | 0.52 | 0.71 | 0.15 | 15.69 | 0.66 | 0.55 |
| Hex | D8 | 67 | 3F | 0 | 34 | 47 | F | 10 | 42 | 37 |
| Octal | 330 | 147 | 77 | 0 | 64 | 107 | 17 | 20 | 102 | 67 |
| Binary | 11011000 | 1100111 | 111111 | 0 | 110100 | 1000111 | 1111 | 10000 | 1000010 | 110111 |
Color Harmonies of #D8673F
Complementary color
Monochromatic Colors of #D8673F
Black with #D8673F
Text Example
Text Example
White with #D8673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8673F; }
p { color: rgb(216,103,63); }
H1.HeaderClassName
{
color: #D8673F;
}
.AnyTagClassName
{
color: #D8673F;
}
</style>
background-color css
<style>
a { background-color: #D8673F; }
a { background-color: rgb(216,103,63); }
div.DivClassName
{
background-color: #D8673F;
}
.BgClassName
{
background-color: #D8673F;
}
</style>
border-color css
<style>
span { border-color: #D8673F; }
span { border-color: rgb(216,103,63); }
td.TdClassName
{
border-color: #D8673F;
}
.TagClassName
{
border-color: #D8673F;
}
</style>