Shades of Sorbus #DA683B
Tints of Sorbus #DA683B
RGB
CMYK
RGB Variations
Color information
#DA683B (or 0xDA683B) is known color: Sorbus. HEX triplet: DA, 68 and 3B. RGB value is (218,104,59). Sum of RGB (Red+Green+Blue) = 218+104+59=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA683B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA683B is #2597C4. Grayscale: #858585. Windows color (decimal): -2463685 or 3893466. OLE color: 3893466.
HSL color Cylindrical-coordinate representation of color #DA683B: hue angle of 16.98º 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 #DA683B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 59 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.15 |
| HSL | 16.98º | 0.68% | 0.54% | - |
| HSV(B) | 16.98º | 0.73% | 0.85% | - |
| XYZ | 34.65 | 25.12 | 7.16 | - |
| YUV | 132.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 59 | 0 | 0.52 | 0.73 | 0.15 | 16.98 | 0.68 | 0.54 |
| Hex | DA | 68 | 3B | 0 | 34 | 49 | F | 11 | 44 | 36 |
| Octal | 332 | 150 | 73 | 0 | 64 | 111 | 17 | 21 | 104 | 66 |
| Binary | 11011010 | 1101000 | 111011 | 0 | 110100 | 1001001 | 1111 | 10001 | 1000100 | 110110 |
Color Harmonies of #DA683B
Complementary color
Monochromatic Colors of #DA683B
Black with #DA683B
Text Example
Text Example
White with #DA683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA683B; }
p { color: rgb(218,104,59); }
H1.HeaderClassName
{
color: #DA683B;
}
.AnyTagClassName
{
color: #DA683B;
}
</style>
background-color css
<style>
a { background-color: #DA683B; }
a { background-color: rgb(218,104,59); }
div.DivClassName
{
background-color: #DA683B;
}
.BgClassName
{
background-color: #DA683B;
}
</style>
border-color css
<style>
span { border-color: #DA683B; }
span { border-color: rgb(218,104,59); }
td.TdClassName
{
border-color: #DA683B;
}
.TagClassName
{
border-color: #DA683B;
}
</style>