Shades of Sorbus #DA673A
Tints of Sorbus #DA673A
RGB
CMYK
RGB Variations
Color information
#DA673A (or 0xDA673A) is known color: Sorbus. HEX triplet: DA, 67 and 3A. RGB value is (218,103,58). Sum of RGB (Red+Green+Blue) = 218+103+58=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA673A is #2598C5. Grayscale: #848484. Windows color (decimal): -2463942 or 3827674. OLE color: 3827674.
HSL color Cylindrical-coordinate representation of color #DA673A: hue angle of 16.88º 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 #DA673A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 58 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.15 |
| HSL | 16.88º | 0.68% | 0.54% | - |
| HSV(B) | 16.88º | 0.73% | 0.85% | - |
| XYZ | 34.53 | 24.91 | 6.99 | - |
| YUV | 132.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 58 | 0 | 0.53 | 0.73 | 0.15 | 16.88 | 0.68 | 0.54 |
| Hex | DA | 67 | 3A | 0 | 35 | 49 | F | 11 | 44 | 36 |
| Octal | 332 | 147 | 72 | 0 | 65 | 111 | 17 | 21 | 104 | 66 |
| Binary | 11011010 | 1100111 | 111010 | 0 | 110101 | 1001001 | 1111 | 10001 | 1000100 | 110110 |
Color Harmonies of #DA673A
Complementary color
Monochromatic Colors of #DA673A
Black with #DA673A
Text Example
Text Example
White with #DA673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA673A; }
p { color: rgb(218,103,58); }
H1.HeaderClassName
{
color: #DA673A;
}
.AnyTagClassName
{
color: #DA673A;
}
</style>
background-color css
<style>
a { background-color: #DA673A; }
a { background-color: rgb(218,103,58); }
div.DivClassName
{
background-color: #DA673A;
}
.BgClassName
{
background-color: #DA673A;
}
</style>
border-color css
<style>
span { border-color: #DA673A; }
span { border-color: rgb(218,103,58); }
td.TdClassName
{
border-color: #DA673A;
}
.TagClassName
{
border-color: #DA673A;
}
</style>