Shades of Sorbus #D8693D
Tints of Sorbus #D8693D
RGB
CMYK
RGB Variations
Color information
#D8693D (or 0xD8693D) is known color: Sorbus. HEX triplet: D8, 69 and 3D. RGB value is (216,105,61). Sum of RGB (Red+Green+Blue) = 216+105+61=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8693D is #2796C2. Grayscale: #858585. Windows color (decimal): -2594499 or 4024792. OLE color: 4024792.
HSL color Cylindrical-coordinate representation of color #D8693D: hue angle of 17.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8693D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 61 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.15 |
| HSL | 17.03º | 0.67% | 0.54% | - |
| HSV(B) | 17.03º | 0.72% | 0.85% | - |
| XYZ | 34.21 | 25.04 | 7.44 | - |
| YUV | 133.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 61 | 0 | 0.51 | 0.72 | 0.15 | 17.03 | 0.67 | 0.54 |
| Hex | D8 | 69 | 3D | 0 | 33 | 48 | F | 11 | 43 | 36 |
| Octal | 330 | 151 | 75 | 0 | 63 | 110 | 17 | 21 | 103 | 66 |
| Binary | 11011000 | 1101001 | 111101 | 0 | 110011 | 1001000 | 1111 | 10001 | 1000011 | 110110 |
Color Harmonies of #D8693D
Complementary color
Monochromatic Colors of #D8693D
Black with #D8693D
Text Example
Text Example
White with #D8693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8693D; }
p { color: rgb(216,105,61); }
H1.HeaderClassName
{
color: #D8693D;
}
.AnyTagClassName
{
color: #D8693D;
}
</style>
background-color css
<style>
a { background-color: #D8693D; }
a { background-color: rgb(216,105,61); }
div.DivClassName
{
background-color: #D8693D;
}
.BgClassName
{
background-color: #D8693D;
}
</style>
border-color css
<style>
span { border-color: #D8693D; }
span { border-color: rgb(216,105,61); }
td.TdClassName
{
border-color: #D8693D;
}
.TagClassName
{
border-color: #D8693D;
}
</style>