Shades of Sorbus #DA6E44
Tints of Sorbus #DA6E44
RGB
CMYK
RGB Variations
Color information
#DA6E44 (or 0xDA6E44) is known color: Sorbus. HEX triplet: DA, 6E and 44. RGB value is (218,110,68). Sum of RGB (Red+Green+Blue) = 218+110+68=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E44 is #2591BB. Grayscale: #898989. Windows color (decimal): -2462140 or 4484826. OLE color: 4484826.
HSL color Cylindrical-coordinate representation of color #DA6E44: hue angle of 16.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA6E44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 68 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.15 |
| HSL | 16.8º | 0.67% | 0.56% | - |
| HSV(B) | 16.8º | 0.69% | 0.85% | - |
| XYZ | 35.53 | 26.47 | 8.71 | - |
| YUV | 137.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 68 | 0 | 0.50 | 0.69 | 0.15 | 16.8 | 0.67 | 0.56 |
| Hex | DA | 6E | 44 | 0 | 32 | 45 | F | 11 | 43 | 38 |
| Octal | 332 | 156 | 104 | 0 | 62 | 105 | 17 | 21 | 103 | 70 |
| Binary | 11011010 | 1101110 | 1000100 | 0 | 110010 | 1000101 | 1111 | 10001 | 1000011 | 111000 |
Color Harmonies of #DA6E44
Complementary color
Monochromatic Colors of #DA6E44
Black with #DA6E44
Text Example
Text Example
White with #DA6E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E44; }
p { color: rgb(218,110,68); }
H1.HeaderClassName
{
color: #DA6E44;
}
.AnyTagClassName
{
color: #DA6E44;
}
</style>
background-color css
<style>
a { background-color: #DA6E44; }
a { background-color: rgb(218,110,68); }
div.DivClassName
{
background-color: #DA6E44;
}
.BgClassName
{
background-color: #DA6E44;
}
</style>
border-color css
<style>
span { border-color: #DA6E44; }
span { border-color: rgb(218,110,68); }
td.TdClassName
{
border-color: #DA6E44;
}
.TagClassName
{
border-color: #DA6E44;
}
</style>