Shades of Sorbus #DA663B
Tints of Sorbus #DA663B
RGB
CMYK
RGB Variations
Color information
#DA663B (or 0xDA663B) is known color: Sorbus. HEX triplet: DA, 66 and 3B. RGB value is (218,102,59). Sum of RGB (Red+Green+Blue) = 218+102+59=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA663B is #2599C4. Grayscale: #848484. Windows color (decimal): -2464197 or 3892954. OLE color: 3892954.
HSL color Cylindrical-coordinate representation of color #DA663B: hue angle of 16.23º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA663B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 59 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.15 |
| HSL | 16.23º | 0.68% | 0.54% | - |
| HSV(B) | 16.23º | 0.73% | 0.85% | - |
| XYZ | 34.45 | 24.72 | 7.09 | - |
| YUV | 131.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 59 | 0 | 0.53 | 0.73 | 0.15 | 16.23 | 0.68 | 0.54 |
| Hex | DA | 66 | 3B | 0 | 35 | 49 | F | 10 | 44 | 36 |
| Octal | 332 | 146 | 73 | 0 | 65 | 111 | 17 | 20 | 104 | 66 |
| Binary | 11011010 | 1100110 | 111011 | 0 | 110101 | 1001001 | 1111 | 10000 | 1000100 | 110110 |
Color Harmonies of #DA663B
Complementary color
Monochromatic Colors of #DA663B
Black with #DA663B
Text Example
Text Example
White with #DA663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA663B; }
p { color: rgb(218,102,59); }
H1.HeaderClassName
{
color: #DA663B;
}
.AnyTagClassName
{
color: #DA663B;
}
</style>
background-color css
<style>
a { background-color: #DA663B; }
a { background-color: rgb(218,102,59); }
div.DivClassName
{
background-color: #DA663B;
}
.BgClassName
{
background-color: #DA663B;
}
</style>
border-color css
<style>
span { border-color: #DA663B; }
span { border-color: rgb(218,102,59); }
td.TdClassName
{
border-color: #DA663B;
}
.TagClassName
{
border-color: #DA663B;
}
</style>