Shades of Sorbus #DA683C
Tints of Sorbus #DA683C
RGB
CMYK
RGB Variations
Color information
#DA683C (or 0xDA683C) is known color: Sorbus. HEX triplet: DA, 68 and 3C. RGB value is (218,104,60). Sum of RGB (Red+Green+Blue) = 218+104+60=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA683C is #2597C3. Grayscale: #858585. Windows color (decimal): -2463684 or 3959002. OLE color: 3959002.
HSL color Cylindrical-coordinate representation of color #DA683C: hue angle of 16.71º 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 #DA683C is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 60 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.15 |
| HSL | 16.71º | 0.68% | 0.55% | - |
| HSV(B) | 16.71º | 0.72% | 0.85% | - |
| XYZ | 34.68 | 25.13 | 7.3 | - |
| YUV | 133.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 60 | 0 | 0.52 | 0.72 | 0.15 | 16.71 | 0.68 | 0.55 |
| Hex | DA | 68 | 3C | 0 | 34 | 48 | F | 11 | 44 | 37 |
| Octal | 332 | 150 | 74 | 0 | 64 | 110 | 17 | 21 | 104 | 67 |
| Binary | 11011010 | 1101000 | 111100 | 0 | 110100 | 1001000 | 1111 | 10001 | 1000100 | 110111 |
Color Harmonies of #DA683C
Complementary color
Monochromatic Colors of #DA683C
Black with #DA683C
Text Example
Text Example
White with #DA683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA683C; }
p { color: rgb(218,104,60); }
H1.HeaderClassName
{
color: #DA683C;
}
.AnyTagClassName
{
color: #DA683C;
}
</style>
background-color css
<style>
a { background-color: #DA683C; }
a { background-color: rgb(218,104,60); }
div.DivClassName
{
background-color: #DA683C;
}
.BgClassName
{
background-color: #DA683C;
}
</style>
border-color css
<style>
span { border-color: #DA683C; }
span { border-color: rgb(218,104,60); }
td.TdClassName
{
border-color: #DA683C;
}
.TagClassName
{
border-color: #DA683C;
}
</style>