Shades of Sorbus #DA6338
Tints of Sorbus #DA6338
RGB
CMYK
RGB Variations
Color information
#DA6338 (or 0xDA6338) is known color: Sorbus. HEX triplet: DA, 63 and 38. RGB value is (218,99,56). Sum of RGB (Red+Green+Blue) = 218+99+56=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6338 is #259CC7. Grayscale: #818181. Windows color (decimal): -2464968 or 3695578. OLE color: 3695578.
HSL color Cylindrical-coordinate representation of color #DA6338: hue angle of 15.93º 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 #DA6338 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 56 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.15 |
| HSL | 15.93º | 0.69% | 0.54% | - |
| HSV(B) | 15.93º | 0.74% | 0.85% | - |
| XYZ | 34.09 | 24.11 | 6.6 | - |
| YUV | 129.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 56 | 0 | 0.55 | 0.74 | 0.15 | 15.93 | 0.69 | 0.54 |
| Hex | DA | 63 | 38 | 0 | 37 | 4A | F | 10 | 45 | 36 |
| Octal | 332 | 143 | 70 | 0 | 67 | 112 | 17 | 20 | 105 | 66 |
| Binary | 11011010 | 1100011 | 111000 | 0 | 110111 | 1001010 | 1111 | 10000 | 1000101 | 110110 |
Color Harmonies of #DA6338
Complementary color
Monochromatic Colors of #DA6338
Black with #DA6338
Text Example
Text Example
White with #DA6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6338; }
p { color: rgb(218,99,56); }
H1.HeaderClassName
{
color: #DA6338;
}
.AnyTagClassName
{
color: #DA6338;
}
</style>
background-color css
<style>
a { background-color: #DA6338; }
a { background-color: rgb(218,99,56); }
div.DivClassName
{
background-color: #DA6338;
}
.BgClassName
{
background-color: #DA6338;
}
</style>
border-color css
<style>
span { border-color: #DA6338; }
span { border-color: rgb(218,99,56); }
td.TdClassName
{
border-color: #DA6338;
}
.TagClassName
{
border-color: #DA6338;
}
</style>