Shades of Sorbus #DA6E3A
Tints of Sorbus #DA6E3A
RGB
CMYK
RGB Variations
Color information
#DA6E3A (or 0xDA6E3A) is known color: Sorbus. HEX triplet: DA, 6E and 3A. RGB value is (218,110,58). Sum of RGB (Red+Green+Blue) = 218+110+58=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E3A is #2591C5. Grayscale: #888888. Windows color (decimal): -2462150 or 3829466. OLE color: 3829466.
HSL color Cylindrical-coordinate representation of color #DA6E3A: hue angle of 19.5º 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 #DA6E3A is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 58 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.15 |
| HSL | 19.5º | 0.68% | 0.54% | - |
| HSV(B) | 19.5º | 0.73% | 0.85% | - |
| XYZ | 35.25 | 26.36 | 7.23 | - |
| YUV | 136.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 58 | 0 | 0.50 | 0.73 | 0.15 | 19.5 | 0.68 | 0.54 |
| Hex | DA | 6E | 3A | 0 | 32 | 49 | F | 14 | 44 | 36 |
| Octal | 332 | 156 | 72 | 0 | 62 | 111 | 17 | 24 | 104 | 66 |
| Binary | 11011010 | 1101110 | 111010 | 0 | 110010 | 1001001 | 1111 | 10100 | 1000100 | 110110 |
Color Harmonies of #DA6E3A
Complementary color
Monochromatic Colors of #DA6E3A
Black with #DA6E3A
Text Example
Text Example
White with #DA6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E3A; }
p { color: rgb(218,110,58); }
H1.HeaderClassName
{
color: #DA6E3A;
}
.AnyTagClassName
{
color: #DA6E3A;
}
</style>
background-color css
<style>
a { background-color: #DA6E3A; }
a { background-color: rgb(218,110,58); }
div.DivClassName
{
background-color: #DA6E3A;
}
.BgClassName
{
background-color: #DA6E3A;
}
</style>
border-color css
<style>
span { border-color: #DA6E3A; }
span { border-color: rgb(218,110,58); }
td.TdClassName
{
border-color: #DA6E3A;
}
.TagClassName
{
border-color: #DA6E3A;
}
</style>