Shades of Sorbus #DA763B
Tints of Sorbus #DA763B
RGB
CMYK
RGB Variations
Color information
#DA763B (or 0xDA763B) is known color: Sorbus. HEX triplet: DA, 76 and 3B. RGB value is (218,118,59). Sum of RGB (Red+Green+Blue) = 218+118+59=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA763B is #2589C4. Grayscale: #8D8D8D. Windows color (decimal): -2460101 or 3897050. OLE color: 3897050.
HSL color Cylindrical-coordinate representation of color #DA763B: hue angle of 22.26º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA763B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 59 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.15 |
| HSL | 22.26º | 0.68% | 0.54% | - |
| HSV(B) | 22.26º | 0.73% | 0.85% | - |
| XYZ | 36.18 | 28.18 | 7.67 | - |
| YUV | 141.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 59 | 0 | 0.46 | 0.73 | 0.15 | 22.26 | 0.68 | 0.54 |
| Hex | DA | 76 | 3B | 0 | 2E | 49 | F | 16 | 44 | 36 |
| Octal | 332 | 166 | 73 | 0 | 56 | 111 | 17 | 26 | 104 | 66 |
| Binary | 11011010 | 1110110 | 111011 | 0 | 101110 | 1001001 | 1111 | 10110 | 1000100 | 110110 |
Color Harmonies of #DA763B
Complementary color
Monochromatic Colors of #DA763B
Black with #DA763B
Text Example
Text Example
White with #DA763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA763B; }
p { color: rgb(218,118,59); }
H1.HeaderClassName
{
color: #DA763B;
}
.AnyTagClassName
{
color: #DA763B;
}
</style>
background-color css
<style>
a { background-color: #DA763B; }
a { background-color: rgb(218,118,59); }
div.DivClassName
{
background-color: #DA763B;
}
.BgClassName
{
background-color: #DA763B;
}
</style>
border-color css
<style>
span { border-color: #DA763B; }
span { border-color: rgb(218,118,59); }
td.TdClassName
{
border-color: #DA763B;
}
.TagClassName
{
border-color: #DA763B;
}
</style>