Shades of Sorbus #DA6936
Tints of Sorbus #DA6936
RGB
CMYK
RGB Variations
Color information
#DA6936 (or 0xDA6936) is known color: Sorbus. HEX triplet: DA, 69 and 36. RGB value is (218,105,54). Sum of RGB (Red+Green+Blue) = 218+105+54=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6936 is #2596C9. Grayscale: #858585. Windows color (decimal): -2463434 or 3566042. OLE color: 3566042.
HSL color Cylindrical-coordinate representation of color #DA6936: hue angle of 18.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA6936 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 54 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.15 |
| HSL | 18.66º | 0.69% | 0.53% | - |
| HSV(B) | 18.66º | 0.75% | 0.85% | - |
| XYZ | 34.63 | 25.27 | 6.54 | - |
| YUV | 132.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 54 | 0 | 0.52 | 0.75 | 0.15 | 18.66 | 0.69 | 0.53 |
| Hex | DA | 69 | 36 | 0 | 34 | 4B | F | 13 | 45 | 35 |
| Octal | 332 | 151 | 66 | 0 | 64 | 113 | 17 | 23 | 105 | 65 |
| Binary | 11011010 | 1101001 | 110110 | 0 | 110100 | 1001011 | 1111 | 10011 | 1000101 | 110101 |
Color Harmonies of #DA6936
Complementary color
Monochromatic Colors of #DA6936
Black with #DA6936
Text Example
Text Example
White with #DA6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6936; }
p { color: rgb(218,105,54); }
H1.HeaderClassName
{
color: #DA6936;
}
.AnyTagClassName
{
color: #DA6936;
}
</style>
background-color css
<style>
a { background-color: #DA6936; }
a { background-color: rgb(218,105,54); }
div.DivClassName
{
background-color: #DA6936;
}
.BgClassName
{
background-color: #DA6936;
}
</style>
border-color css
<style>
span { border-color: #DA6936; }
span { border-color: rgb(218,105,54); }
td.TdClassName
{
border-color: #DA6936;
}
.TagClassName
{
border-color: #DA6936;
}
</style>