Shades of Sorbus #DA633D
Tints of Sorbus #DA633D
RGB
CMYK
RGB Variations
Color information
#DA633D (or 0xDA633D) is known color: Sorbus. HEX triplet: DA, 63 and 3D. RGB value is (218,99,61). Sum of RGB (Red+Green+Blue) = 218+99+61=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA633D is #259CC2. Grayscale: #828282. Windows color (decimal): -2464963 or 4023258. OLE color: 4023258.
HSL color Cylindrical-coordinate representation of color #DA633D: hue angle of 14.52º 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 #DA633D is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 61 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.15 |
| HSL | 14.52º | 0.68% | 0.55% | - |
| HSV(B) | 14.52º | 0.72% | 0.85% | - |
| XYZ | 34.22 | 24.17 | 7.28 | - |
| YUV | 130.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 61 | 0 | 0.55 | 0.72 | 0.15 | 14.52 | 0.68 | 0.55 |
| Hex | DA | 63 | 3D | 0 | 37 | 48 | F | F | 44 | 37 |
| Octal | 332 | 143 | 75 | 0 | 67 | 110 | 17 | 17 | 104 | 67 |
| Binary | 11011010 | 1100011 | 111101 | 0 | 110111 | 1001000 | 1111 | 1111 | 1000100 | 110111 |
Color Harmonies of #DA633D
Complementary color
Monochromatic Colors of #DA633D
Black with #DA633D
Text Example
Text Example
White with #DA633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA633D; }
p { color: rgb(218,99,61); }
H1.HeaderClassName
{
color: #DA633D;
}
.AnyTagClassName
{
color: #DA633D;
}
</style>
background-color css
<style>
a { background-color: #DA633D; }
a { background-color: rgb(218,99,61); }
div.DivClassName
{
background-color: #DA633D;
}
.BgClassName
{
background-color: #DA633D;
}
</style>
border-color css
<style>
span { border-color: #DA633D; }
span { border-color: rgb(218,99,61); }
td.TdClassName
{
border-color: #DA633D;
}
.TagClassName
{
border-color: #DA633D;
}
</style>