Shades of Sorbus #DA673B
Tints of Sorbus #DA673B
RGB
CMYK
RGB Variations
Color information
#DA673B (or 0xDA673B) is known color: Sorbus. HEX triplet: DA, 67 and 3B. RGB value is (218,103,59). Sum of RGB (Red+Green+Blue) = 218+103+59=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA673B is #2598C4. Grayscale: #848484. Windows color (decimal): -2463941 or 3893210. OLE color: 3893210.
HSL color Cylindrical-coordinate representation of color #DA673B: hue angle of 16.6º 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 #DA673B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 59 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.15 |
| HSL | 16.6º | 0.68% | 0.54% | - |
| HSV(B) | 16.6º | 0.73% | 0.85% | - |
| XYZ | 34.55 | 24.92 | 7.13 | - |
| YUV | 132.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 59 | 0 | 0.53 | 0.73 | 0.15 | 16.6 | 0.68 | 0.54 |
| Hex | DA | 67 | 3B | 0 | 35 | 49 | F | 11 | 44 | 36 |
| Octal | 332 | 147 | 73 | 0 | 65 | 111 | 17 | 21 | 104 | 66 |
| Binary | 11011010 | 1100111 | 111011 | 0 | 110101 | 1001001 | 1111 | 10001 | 1000100 | 110110 |
Color Harmonies of #DA673B
Complementary color
Monochromatic Colors of #DA673B
Black with #DA673B
Text Example
Text Example
White with #DA673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA673B; }
p { color: rgb(218,103,59); }
H1.HeaderClassName
{
color: #DA673B;
}
.AnyTagClassName
{
color: #DA673B;
}
</style>
background-color css
<style>
a { background-color: #DA673B; }
a { background-color: rgb(218,103,59); }
div.DivClassName
{
background-color: #DA673B;
}
.BgClassName
{
background-color: #DA673B;
}
</style>
border-color css
<style>
span { border-color: #DA673B; }
span { border-color: rgb(218,103,59); }
td.TdClassName
{
border-color: #DA673B;
}
.TagClassName
{
border-color: #DA673B;
}
</style>