Shades of Sorbus #DA6E3C
Tints of Sorbus #DA6E3C
RGB
CMYK
RGB Variations
Color information
#DA6E3C (or 0xDA6E3C) is known color: Sorbus. HEX triplet: DA, 6E and 3C. RGB value is (218,110,60). Sum of RGB (Red+Green+Blue) = 218+110+60=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E3C is #2591C3. Grayscale: #888888. Windows color (decimal): -2462148 or 3960538. OLE color: 3960538.
HSL color Cylindrical-coordinate representation of color #DA6E3C: hue angle of 18.99º 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 #DA6E3C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 60 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.15 |
| HSL | 18.99º | 0.68% | 0.55% | - |
| HSV(B) | 18.99º | 0.72% | 0.85% | - |
| XYZ | 35.3 | 26.38 | 7.51 | - |
| YUV | 136.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 60 | 0 | 0.50 | 0.72 | 0.15 | 18.99 | 0.68 | 0.55 |
| Hex | DA | 6E | 3C | 0 | 32 | 48 | F | 13 | 44 | 37 |
| Octal | 332 | 156 | 74 | 0 | 62 | 110 | 17 | 23 | 104 | 67 |
| Binary | 11011010 | 1101110 | 111100 | 0 | 110010 | 1001000 | 1111 | 10011 | 1000100 | 110111 |
Color Harmonies of #DA6E3C
Complementary color
Monochromatic Colors of #DA6E3C
Black with #DA6E3C
Text Example
Text Example
White with #DA6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E3C; }
p { color: rgb(218,110,60); }
H1.HeaderClassName
{
color: #DA6E3C;
}
.AnyTagClassName
{
color: #DA6E3C;
}
</style>
background-color css
<style>
a { background-color: #DA6E3C; }
a { background-color: rgb(218,110,60); }
div.DivClassName
{
background-color: #DA6E3C;
}
.BgClassName
{
background-color: #DA6E3C;
}
</style>
border-color css
<style>
span { border-color: #DA6E3C; }
span { border-color: rgb(218,110,60); }
td.TdClassName
{
border-color: #DA6E3C;
}
.TagClassName
{
border-color: #DA6E3C;
}
</style>