Shades of Sorbus #DA6841
Tints of Sorbus #DA6841
RGB
CMYK
RGB Variations
Color information
#DA6841 (or 0xDA6841) is known color: Sorbus. HEX triplet: DA, 68 and 41. RGB value is (218,104,65). Sum of RGB (Red+Green+Blue) = 218+104+65=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6841 is #2597BE. Grayscale: #858585. Windows color (decimal): -2463679 or 4286682. OLE color: 4286682.
HSL color Cylindrical-coordinate representation of color #DA6841: hue angle of 15.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA6841 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 65 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.15 |
| HSL | 15.29º | 0.67% | 0.55% | - |
| HSV(B) | 15.29º | 0.7% | 0.85% | - |
| XYZ | 34.82 | 25.19 | 8.03 | - |
| YUV | 133.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 65 | 0 | 0.52 | 0.70 | 0.15 | 15.29 | 0.67 | 0.55 |
| Hex | DA | 68 | 41 | 0 | 34 | 46 | F | F | 43 | 37 |
| Octal | 332 | 150 | 101 | 0 | 64 | 106 | 17 | 17 | 103 | 67 |
| Binary | 11011010 | 1101000 | 1000001 | 0 | 110100 | 1000110 | 1111 | 1111 | 1000011 | 110111 |
Color Harmonies of #DA6841
Complementary color
Monochromatic Colors of #DA6841
Black with #DA6841
Text Example
Text Example
White with #DA6841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6841; }
p { color: rgb(218,104,65); }
H1.HeaderClassName
{
color: #DA6841;
}
.AnyTagClassName
{
color: #DA6841;
}
</style>
background-color css
<style>
a { background-color: #DA6841; }
a { background-color: rgb(218,104,65); }
div.DivClassName
{
background-color: #DA6841;
}
.BgClassName
{
background-color: #DA6841;
}
</style>
border-color css
<style>
span { border-color: #DA6841; }
span { border-color: rgb(218,104,65); }
td.TdClassName
{
border-color: #DA6841;
}
.TagClassName
{
border-color: #DA6841;
}
</style>