Shades of Sorbus #DA6740
Tints of Sorbus #DA6740
RGB
CMYK
RGB Variations
Color information
#DA6740 (or 0xDA6740) is known color: Sorbus. HEX triplet: DA, 67 and 40. RGB value is (218,103,64). Sum of RGB (Red+Green+Blue) = 218+103+64=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6740 is #2598BF. Grayscale: #858585. Windows color (decimal): -2463936 or 4220890. OLE color: 4220890.
HSL color Cylindrical-coordinate representation of color #DA6740: hue angle of 15.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA6740 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 64 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.15 |
| HSL | 15.19º | 0.68% | 0.55% | - |
| HSV(B) | 15.19º | 0.71% | 0.85% | - |
| XYZ | 34.69 | 24.98 | 7.84 | - |
| YUV | 132.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 64 | 0 | 0.53 | 0.71 | 0.15 | 15.19 | 0.68 | 0.55 |
| Hex | DA | 67 | 40 | 0 | 35 | 47 | F | F | 44 | 37 |
| Octal | 332 | 147 | 100 | 0 | 65 | 107 | 17 | 17 | 104 | 67 |
| Binary | 11011010 | 1100111 | 1000000 | 0 | 110101 | 1000111 | 1111 | 1111 | 1000100 | 110111 |
Color Harmonies of #DA6740
Complementary color
Monochromatic Colors of #DA6740
Black with #DA6740
Text Example
Text Example
White with #DA6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6740; }
p { color: rgb(218,103,64); }
H1.HeaderClassName
{
color: #DA6740;
}
.AnyTagClassName
{
color: #DA6740;
}
</style>
background-color css
<style>
a { background-color: #DA6740; }
a { background-color: rgb(218,103,64); }
div.DivClassName
{
background-color: #DA6740;
}
.BgClassName
{
background-color: #DA6740;
}
</style>
border-color css
<style>
span { border-color: #DA6740; }
span { border-color: rgb(218,103,64); }
td.TdClassName
{
border-color: #DA6740;
}
.TagClassName
{
border-color: #DA6740;
}
</style>