Shades of Sorbus #DA743C
Tints of Sorbus #DA743C
RGB
CMYK
RGB Variations
Color information
#DA743C (or 0xDA743C) is known color: Sorbus. HEX triplet: DA, 74 and 3C. RGB value is (218,116,60). Sum of RGB (Red+Green+Blue) = 218+116+60=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA743C is #258BC3. Grayscale: #8C8C8C. Windows color (decimal): -2460612 or 3962074. OLE color: 3962074.
HSL color Cylindrical-coordinate representation of color #DA743C: hue angle of 21.27º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA743C is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 60 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.15 |
| HSL | 21.27º | 0.68% | 0.55% | - |
| HSV(B) | 21.27º | 0.72% | 0.85% | - |
| XYZ | 35.97 | 27.72 | 7.73 | - |
| YUV | 140.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 60 | 0 | 0.47 | 0.72 | 0.15 | 21.27 | 0.68 | 0.55 |
| Hex | DA | 74 | 3C | 0 | 2F | 48 | F | 15 | 44 | 37 |
| Octal | 332 | 164 | 74 | 0 | 57 | 110 | 17 | 25 | 104 | 67 |
| Binary | 11011010 | 1110100 | 111100 | 0 | 101111 | 1001000 | 1111 | 10101 | 1000100 | 110111 |
Color Harmonies of #DA743C
Complementary color
Monochromatic Colors of #DA743C
Black with #DA743C
Text Example
Text Example
White with #DA743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA743C; }
p { color: rgb(218,116,60); }
H1.HeaderClassName
{
color: #DA743C;
}
.AnyTagClassName
{
color: #DA743C;
}
</style>
background-color css
<style>
a { background-color: #DA743C; }
a { background-color: rgb(218,116,60); }
div.DivClassName
{
background-color: #DA743C;
}
.BgClassName
{
background-color: #DA743C;
}
</style>
border-color css
<style>
span { border-color: #DA743C; }
span { border-color: rgb(218,116,60); }
td.TdClassName
{
border-color: #DA743C;
}
.TagClassName
{
border-color: #DA743C;
}
</style>