Shades of Sorbus #DA613B
Tints of Sorbus #DA613B
RGB
CMYK
RGB Variations
Color information
#DA613B (or 0xDA613B) is known color: Sorbus. HEX triplet: DA, 61 and 3B. RGB value is (218,97,59). Sum of RGB (Red+Green+Blue) = 218+97+59=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA613B is #259EC4. Grayscale: #818181. Windows color (decimal): -2465477 or 3891674. OLE color: 3891674.
HSL color Cylindrical-coordinate representation of color #DA613B: hue angle of 14.34º 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 #DA613B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 59 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.15 |
| HSL | 14.34º | 0.68% | 0.54% | - |
| HSV(B) | 14.34º | 0.73% | 0.85% | - |
| XYZ | 33.98 | 23.77 | 6.94 | - |
| YUV | 128.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 59 | 0 | 0.56 | 0.73 | 0.15 | 14.34 | 0.68 | 0.54 |
| Hex | DA | 61 | 3B | 0 | 38 | 49 | F | E | 44 | 36 |
| Octal | 332 | 141 | 73 | 0 | 70 | 111 | 17 | 16 | 104 | 66 |
| Binary | 11011010 | 1100001 | 111011 | 0 | 111000 | 1001001 | 1111 | 1110 | 1000100 | 110110 |
Color Harmonies of #DA613B
Complementary color
Monochromatic Colors of #DA613B
Black with #DA613B
Text Example
Text Example
White with #DA613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA613B; }
p { color: rgb(218,97,59); }
H1.HeaderClassName
{
color: #DA613B;
}
.AnyTagClassName
{
color: #DA613B;
}
</style>
background-color css
<style>
a { background-color: #DA613B; }
a { background-color: rgb(218,97,59); }
div.DivClassName
{
background-color: #DA613B;
}
.BgClassName
{
background-color: #DA613B;
}
</style>
border-color css
<style>
span { border-color: #DA613B; }
span { border-color: rgb(218,97,59); }
td.TdClassName
{
border-color: #DA613B;
}
.TagClassName
{
border-color: #DA613B;
}
</style>