Shades of Sorbus #DA7043
Tints of Sorbus #DA7043
RGB
CMYK
RGB Variations
Color information
#DA7043 (or 0xDA7043) is known color: Sorbus. HEX triplet: DA, 70 and 43. RGB value is (218,112,67). Sum of RGB (Red+Green+Blue) = 218+112+67=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7043 is #258FBC. Grayscale: #8A8A8A. Windows color (decimal): -2461629 or 4419802. OLE color: 4419802.
HSL color Cylindrical-coordinate representation of color #DA7043: hue angle of 17.88º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA7043 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 67 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.15 |
| HSL | 17.88º | 0.67% | 0.56% | - |
| HSV(B) | 17.88º | 0.69% | 0.85% | - |
| XYZ | 35.72 | 26.9 | 8.62 | - |
| YUV | 138.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 67 | 0 | 0.49 | 0.69 | 0.15 | 17.88 | 0.67 | 0.56 |
| Hex | DA | 70 | 43 | 0 | 31 | 45 | F | 12 | 43 | 38 |
| Octal | 332 | 160 | 103 | 0 | 61 | 105 | 17 | 22 | 103 | 70 |
| Binary | 11011010 | 1110000 | 1000011 | 0 | 110001 | 1000101 | 1111 | 10010 | 1000011 | 111000 |
Color Harmonies of #DA7043
Complementary color
Monochromatic Colors of #DA7043
Black with #DA7043
Text Example
Text Example
White with #DA7043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7043; }
p { color: rgb(218,112,67); }
H1.HeaderClassName
{
color: #DA7043;
}
.AnyTagClassName
{
color: #DA7043;
}
</style>
background-color css
<style>
a { background-color: #DA7043; }
a { background-color: rgb(218,112,67); }
div.DivClassName
{
background-color: #DA7043;
}
.BgClassName
{
background-color: #DA7043;
}
</style>
border-color css
<style>
span { border-color: #DA7043; }
span { border-color: rgb(218,112,67); }
td.TdClassName
{
border-color: #DA7043;
}
.TagClassName
{
border-color: #DA7043;
}
</style>