Shades of Sorbus #D8693C
Tints of Sorbus #D8693C
RGB
CMYK
RGB Variations
Color information
#D8693C (or 0xD8693C) is known color: Sorbus. HEX triplet: D8, 69 and 3C. RGB value is (216,105,60). Sum of RGB (Red+Green+Blue) = 216+105+60=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8693C is #2796C3. Grayscale: #858585. Windows color (decimal): -2594500 or 3959256. OLE color: 3959256.
HSL color Cylindrical-coordinate representation of color #D8693C: hue angle of 17.31º 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 #D8693C is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 60 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.15 |
| HSL | 17.31º | 0.67% | 0.54% | - |
| HSV(B) | 17.31º | 0.72% | 0.85% | - |
| XYZ | 34.19 | 25.03 | 7.3 | - |
| YUV | 133.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 60 | 0 | 0.51 | 0.72 | 0.15 | 17.31 | 0.67 | 0.54 |
| Hex | D8 | 69 | 3C | 0 | 33 | 48 | F | 11 | 43 | 36 |
| Octal | 330 | 151 | 74 | 0 | 63 | 110 | 17 | 21 | 103 | 66 |
| Binary | 11011000 | 1101001 | 111100 | 0 | 110011 | 1001000 | 1111 | 10001 | 1000011 | 110110 |
Color Harmonies of #D8693C
Complementary color
Monochromatic Colors of #D8693C
Black with #D8693C
Text Example
Text Example
White with #D8693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8693C; }
p { color: rgb(216,105,60); }
H1.HeaderClassName
{
color: #D8693C;
}
.AnyTagClassName
{
color: #D8693C;
}
</style>
background-color css
<style>
a { background-color: #D8693C; }
a { background-color: rgb(216,105,60); }
div.DivClassName
{
background-color: #D8693C;
}
.BgClassName
{
background-color: #D8693C;
}
</style>
border-color css
<style>
span { border-color: #D8693C; }
span { border-color: rgb(216,105,60); }
td.TdClassName
{
border-color: #D8693C;
}
.TagClassName
{
border-color: #D8693C;
}
</style>