Shades of Sorbus #DA6C3E
Tints of Sorbus #DA6C3E
RGB
CMYK
RGB Variations
Color information
#DA6C3E (or 0xDA6C3E) is known color: Sorbus. HEX triplet: DA, 6C and 3E. RGB value is (218,108,62). Sum of RGB (Red+Green+Blue) = 218+108+62=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6C3E is #2593C1. Grayscale: #878787. Windows color (decimal): -2462658 or 4091098. OLE color: 4091098.
HSL color Cylindrical-coordinate representation of color #DA6C3E: hue angle of 17.69º 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 #DA6C3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 62 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.15 |
| HSL | 17.69º | 0.68% | 0.55% | - |
| HSV(B) | 17.69º | 0.72% | 0.85% | - |
| XYZ | 35.15 | 25.98 | 7.72 | - |
| YUV | 135.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 62 | 0 | 0.50 | 0.72 | 0.15 | 17.69 | 0.68 | 0.55 |
| Hex | DA | 6C | 3E | 0 | 32 | 48 | F | 12 | 44 | 37 |
| Octal | 332 | 154 | 76 | 0 | 62 | 110 | 17 | 22 | 104 | 67 |
| Binary | 11011010 | 1101100 | 111110 | 0 | 110010 | 1001000 | 1111 | 10010 | 1000100 | 110111 |
Color Harmonies of #DA6C3E
Complementary color
Monochromatic Colors of #DA6C3E
Black with #DA6C3E
Text Example
Text Example
White with #DA6C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C3E; }
p { color: rgb(218,108,62); }
H1.HeaderClassName
{
color: #DA6C3E;
}
.AnyTagClassName
{
color: #DA6C3E;
}
</style>
background-color css
<style>
a { background-color: #DA6C3E; }
a { background-color: rgb(218,108,62); }
div.DivClassName
{
background-color: #DA6C3E;
}
.BgClassName
{
background-color: #DA6C3E;
}
</style>
border-color css
<style>
span { border-color: #DA6C3E; }
span { border-color: rgb(218,108,62); }
td.TdClassName
{
border-color: #DA6C3E;
}
.TagClassName
{
border-color: #DA6C3E;
}
</style>