Shades of Sorbus #DA6738
Tints of Sorbus #DA6738
RGB
CMYK
RGB Variations
Color information
#DA6738 (or 0xDA6738) is known color: Sorbus. HEX triplet: DA, 67 and 38. RGB value is (218,103,56). Sum of RGB (Red+Green+Blue) = 218+103+56=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6738 is #2598C7. Grayscale: #848484. Windows color (decimal): -2463944 or 3696602. OLE color: 3696602.
HSL color Cylindrical-coordinate representation of color #DA6738: hue angle of 17.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA6738 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 56 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.15 |
| HSL | 17.41º | 0.69% | 0.54% | - |
| HSV(B) | 17.41º | 0.74% | 0.85% | - |
| XYZ | 34.48 | 24.89 | 6.73 | - |
| YUV | 132.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 56 | 0 | 0.53 | 0.74 | 0.15 | 17.41 | 0.69 | 0.54 |
| Hex | DA | 67 | 38 | 0 | 35 | 4A | F | 11 | 45 | 36 |
| Octal | 332 | 147 | 70 | 0 | 65 | 112 | 17 | 21 | 105 | 66 |
| Binary | 11011010 | 1100111 | 111000 | 0 | 110101 | 1001010 | 1111 | 10001 | 1000101 | 110110 |
Color Harmonies of #DA6738
Complementary color
Monochromatic Colors of #DA6738
Black with #DA6738
Text Example
Text Example
White with #DA6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6738; }
p { color: rgb(218,103,56); }
H1.HeaderClassName
{
color: #DA6738;
}
.AnyTagClassName
{
color: #DA6738;
}
</style>
background-color css
<style>
a { background-color: #DA6738; }
a { background-color: rgb(218,103,56); }
div.DivClassName
{
background-color: #DA6738;
}
.BgClassName
{
background-color: #DA6738;
}
</style>
border-color css
<style>
span { border-color: #DA6738; }
span { border-color: rgb(218,103,56); }
td.TdClassName
{
border-color: #DA6738;
}
.TagClassName
{
border-color: #DA6738;
}
</style>