Shades of Sorbus #DA6E39
Tints of Sorbus #DA6E39
RGB
CMYK
RGB Variations
Color information
#DA6E39 (or 0xDA6E39) is known color: Sorbus. HEX triplet: DA, 6E and 39. RGB value is (218,110,57). Sum of RGB (Red+Green+Blue) = 218+110+57=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E39 is #2591C6. Grayscale: #888888. Windows color (decimal): -2462151 or 3763930. OLE color: 3763930.
HSL color Cylindrical-coordinate representation of color #DA6E39: hue angle of 19.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA6E39 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 57 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.15 |
| HSL | 19.75º | 0.69% | 0.54% | - |
| HSV(B) | 19.75º | 0.74% | 0.85% | - |
| XYZ | 35.23 | 26.35 | 7.1 | - |
| YUV | 136.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 57 | 0 | 0.50 | 0.74 | 0.15 | 19.75 | 0.69 | 0.54 |
| Hex | DA | 6E | 39 | 0 | 32 | 4A | F | 14 | 45 | 36 |
| Octal | 332 | 156 | 71 | 0 | 62 | 112 | 17 | 24 | 105 | 66 |
| Binary | 11011010 | 1101110 | 111001 | 0 | 110010 | 1001010 | 1111 | 10100 | 1000101 | 110110 |
Color Harmonies of #DA6E39
Complementary color
Monochromatic Colors of #DA6E39
Black with #DA6E39
Text Example
Text Example
White with #DA6E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E39; }
p { color: rgb(218,110,57); }
H1.HeaderClassName
{
color: #DA6E39;
}
.AnyTagClassName
{
color: #DA6E39;
}
</style>
background-color css
<style>
a { background-color: #DA6E39; }
a { background-color: rgb(218,110,57); }
div.DivClassName
{
background-color: #DA6E39;
}
.BgClassName
{
background-color: #DA6E39;
}
</style>
border-color css
<style>
span { border-color: #DA6E39; }
span { border-color: rgb(218,110,57); }
td.TdClassName
{
border-color: #DA6E39;
}
.TagClassName
{
border-color: #DA6E39;
}
</style>