Shades of Sorbus #DA6F3C
Tints of Sorbus #DA6F3C
RGB
CMYK
RGB Variations
Color information
#DA6F3C (or 0xDA6F3C) is known color: Sorbus. HEX triplet: DA, 6F and 3C. RGB value is (218,111,60). Sum of RGB (Red+Green+Blue) = 218+111+60=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F3C is #2590C3. Grayscale: #898989. Windows color (decimal): -2461892 or 3960794. OLE color: 3960794.
HSL color Cylindrical-coordinate representation of color #DA6F3C: hue angle of 19.37º 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 #DA6F3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 60 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.15 |
| HSL | 19.37º | 0.68% | 0.55% | - |
| HSV(B) | 19.37º | 0.72% | 0.85% | - |
| XYZ | 35.41 | 26.6 | 7.54 | - |
| YUV | 137.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 60 | 0 | 0.49 | 0.72 | 0.15 | 19.37 | 0.68 | 0.55 |
| Hex | DA | 6F | 3C | 0 | 31 | 48 | F | 13 | 44 | 37 |
| Octal | 332 | 157 | 74 | 0 | 61 | 110 | 17 | 23 | 104 | 67 |
| Binary | 11011010 | 1101111 | 111100 | 0 | 110001 | 1001000 | 1111 | 10011 | 1000100 | 110111 |
Color Harmonies of #DA6F3C
Complementary color
Monochromatic Colors of #DA6F3C
Black with #DA6F3C
Text Example
Text Example
White with #DA6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F3C; }
p { color: rgb(218,111,60); }
H1.HeaderClassName
{
color: #DA6F3C;
}
.AnyTagClassName
{
color: #DA6F3C;
}
</style>
background-color css
<style>
a { background-color: #DA6F3C; }
a { background-color: rgb(218,111,60); }
div.DivClassName
{
background-color: #DA6F3C;
}
.BgClassName
{
background-color: #DA6F3C;
}
</style>
border-color css
<style>
span { border-color: #DA6F3C; }
span { border-color: rgb(218,111,60); }
td.TdClassName
{
border-color: #DA6F3C;
}
.TagClassName
{
border-color: #DA6F3C;
}
</style>