Shades of Sorbus #DA6842
Tints of Sorbus #DA6842
RGB
CMYK
RGB Variations
Color information
#DA6842 (or 0xDA6842) is known color: Sorbus. HEX triplet: DA, 68 and 42. RGB value is (218,104,66). Sum of RGB (Red+Green+Blue) = 218+104+66=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6842 is #2597BD. Grayscale: #868686. Windows color (decimal): -2463678 or 4352218. OLE color: 4352218.
HSL color Cylindrical-coordinate representation of color #DA6842: hue angle of 15º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA6842 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 66 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.15 |
| HSL | 15º | 0.67% | 0.56% | - |
| HSV(B) | 15º | 0.7% | 0.85% | - |
| XYZ | 34.85 | 25.2 | 8.18 | - |
| YUV | 133.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 66 | 0 | 0.52 | 0.70 | 0.15 | 15 | 0.67 | 0.56 |
| Hex | DA | 68 | 42 | 0 | 34 | 46 | F | F | 43 | 38 |
| Octal | 332 | 150 | 102 | 0 | 64 | 106 | 17 | 17 | 103 | 70 |
| Binary | 11011010 | 1101000 | 1000010 | 0 | 110100 | 1000110 | 1111 | 1111 | 1000011 | 111000 |
Color Harmonies of #DA6842
Complementary color
Monochromatic Colors of #DA6842
Black with #DA6842
Text Example
Text Example
White with #DA6842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6842; }
p { color: rgb(218,104,66); }
H1.HeaderClassName
{
color: #DA6842;
}
.AnyTagClassName
{
color: #DA6842;
}
</style>
background-color css
<style>
a { background-color: #DA6842; }
a { background-color: rgb(218,104,66); }
div.DivClassName
{
background-color: #DA6842;
}
.BgClassName
{
background-color: #DA6842;
}
</style>
border-color css
<style>
span { border-color: #DA6842; }
span { border-color: rgb(218,104,66); }
td.TdClassName
{
border-color: #DA6842;
}
.TagClassName
{
border-color: #DA6842;
}
</style>