Shades of Sorbus #D9683A
Tints of Sorbus #D9683A
RGB
CMYK
RGB Variations
Color information
#D9683A (or 0xD9683A) is known color: Sorbus. HEX triplet: D9, 68 and 3A. RGB value is (217,104,58). Sum of RGB (Red+Green+Blue) = 217+104+58=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9683A is #2697C5. Grayscale: #848484. Windows color (decimal): -2529222 or 3827929. OLE color: 3827929.
HSL color Cylindrical-coordinate representation of color #D9683A: hue angle of 17.36º degrees, saturation: 0.68, 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 #D9683A is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 58 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.15 |
| HSL | 17.36º | 0.68% | 0.54% | - |
| HSV(B) | 17.36º | 0.73% | 0.85% | - |
| XYZ | 34.33 | 24.96 | 7.01 | - |
| YUV | 132.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 58 | 0 | 0.52 | 0.73 | 0.15 | 17.36 | 0.68 | 0.54 |
| Hex | D9 | 68 | 3A | 0 | 34 | 49 | F | 11 | 44 | 36 |
| Octal | 331 | 150 | 72 | 0 | 64 | 111 | 17 | 21 | 104 | 66 |
| Binary | 11011001 | 1101000 | 111010 | 0 | 110100 | 1001001 | 1111 | 10001 | 1000100 | 110110 |
Color Harmonies of #D9683A
Complementary color
Monochromatic Colors of #D9683A
Black with #D9683A
Text Example
Text Example
White with #D9683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9683A; }
p { color: rgb(217,104,58); }
H1.HeaderClassName
{
color: #D9683A;
}
.AnyTagClassName
{
color: #D9683A;
}
</style>
background-color css
<style>
a { background-color: #D9683A; }
a { background-color: rgb(217,104,58); }
div.DivClassName
{
background-color: #D9683A;
}
.BgClassName
{
background-color: #D9683A;
}
</style>
border-color css
<style>
span { border-color: #D9683A; }
span { border-color: rgb(217,104,58); }
td.TdClassName
{
border-color: #D9683A;
}
.TagClassName
{
border-color: #D9683A;
}
</style>