Shades of Sorbus #DA6D46
Tints of Sorbus #DA6D46
RGB
CMYK
RGB Variations
Color information
#DA6D46 (or 0xDA6D46) is known color: Sorbus. HEX triplet: DA, 6D and 46. RGB value is (218,109,70). Sum of RGB (Red+Green+Blue) = 218+109+70=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D46 is #2592B9. Grayscale: #898989. Windows color (decimal): -2462394 or 4615642. OLE color: 4615642.
HSL color Cylindrical-coordinate representation of color #DA6D46: hue angle of 15.81º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6D46 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 70 | - |
| CMYK | 0 | 0.5 | 0.68 | 0.15 |
| HSL | 15.81º | 0.67% | 0.56% | - |
| HSV(B) | 15.81º | 0.68% | 0.85% | - |
| XYZ | 35.49 | 26.28 | 9 | - |
| YUV | 137.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 70 | 0 | 0.5 | 0.68 | 0.15 | 15.81 | 0.67 | 0.56 |
| Hex | DA | 6D | 46 | 0 | 32 | 44 | F | 10 | 43 | 38 |
| Octal | 332 | 155 | 106 | 0 | 62 | 104 | 17 | 20 | 103 | 70 |
| Binary | 11011010 | 1101101 | 1000110 | 0 | 110010 | 1000100 | 1111 | 10000 | 1000011 | 111000 |
Color Harmonies of #DA6D46
Complementary color
Monochromatic Colors of #DA6D46
Black with #DA6D46
Text Example
Text Example
White with #DA6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D46; }
p { color: rgb(218,109,70); }
H1.HeaderClassName
{
color: #DA6D46;
}
.AnyTagClassName
{
color: #DA6D46;
}
</style>
background-color css
<style>
a { background-color: #DA6D46; }
a { background-color: rgb(218,109,70); }
div.DivClassName
{
background-color: #DA6D46;
}
.BgClassName
{
background-color: #DA6D46;
}
</style>
border-color css
<style>
span { border-color: #DA6D46; }
span { border-color: rgb(218,109,70); }
td.TdClassName
{
border-color: #DA6D46;
}
.TagClassName
{
border-color: #DA6D46;
}
</style>