Shades of Sorbus #DA643C
Tints of Sorbus #DA643C
RGB
CMYK
RGB Variations
Color information
#DA643C (or 0xDA643C) is known color: Sorbus. HEX triplet: DA, 64 and 3C. RGB value is (218,100,60). Sum of RGB (Red+Green+Blue) = 218+100+60=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA643C is #259BC3. Grayscale: #838383. Windows color (decimal): -2464708 or 3957978. OLE color: 3957978.
HSL color Cylindrical-coordinate representation of color #DA643C: hue angle of 15.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA643C is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 60 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.15 |
| HSL | 15.19º | 0.68% | 0.55% | - |
| HSV(B) | 15.19º | 0.72% | 0.85% | - |
| XYZ | 34.29 | 24.35 | 7.17 | - |
| YUV | 130.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 60 | 0 | 0.54 | 0.72 | 0.15 | 15.19 | 0.68 | 0.55 |
| Hex | DA | 64 | 3C | 0 | 36 | 48 | F | F | 44 | 37 |
| Octal | 332 | 144 | 74 | 0 | 66 | 110 | 17 | 17 | 104 | 67 |
| Binary | 11011010 | 1100100 | 111100 | 0 | 110110 | 1001000 | 1111 | 1111 | 1000100 | 110111 |
Color Harmonies of #DA643C
Complementary color
Monochromatic Colors of #DA643C
Black with #DA643C
Text Example
Text Example
White with #DA643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA643C; }
p { color: rgb(218,100,60); }
H1.HeaderClassName
{
color: #DA643C;
}
.AnyTagClassName
{
color: #DA643C;
}
</style>
background-color css
<style>
a { background-color: #DA643C; }
a { background-color: rgb(218,100,60); }
div.DivClassName
{
background-color: #DA643C;
}
.BgClassName
{
background-color: #DA643C;
}
</style>
border-color css
<style>
span { border-color: #DA643C; }
span { border-color: rgb(218,100,60); }
td.TdClassName
{
border-color: #DA643C;
}
.TagClassName
{
border-color: #DA643C;
}
</style>