Shades of Sorbus #DA6431
Tints of Sorbus #DA6431
RGB
CMYK
RGB Variations
Color information
#DA6431 (or 0xDA6431) is known color: Sorbus. HEX triplet: DA, 64 and 31. RGB value is (218,100,49). Sum of RGB (Red+Green+Blue) = 218+100+49=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6431 is #259BCE. Grayscale: #818181. Windows color (decimal): -2464719 or 3237082. OLE color: 3237082.
HSL color Cylindrical-coordinate representation of color #DA6431: hue angle of 18.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA6431 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.15 |
| HSL | 18.11º | 0.7% | 0.52% | - |
| HSV(B) | 18.11º | 0.78% | 0.85% | - |
| XYZ | 34.02 | 24.24 | 5.79 | - |
| YUV | 129.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 49 | 0 | 0.54 | 0.78 | 0.15 | 18.11 | 0.7 | 0.52 |
| Hex | DA | 64 | 31 | 0 | 36 | 4E | F | 12 | 46 | 34 |
| Octal | 332 | 144 | 61 | 0 | 66 | 116 | 17 | 22 | 106 | 64 |
| Binary | 11011010 | 1100100 | 110001 | 0 | 110110 | 1001110 | 1111 | 10010 | 1000110 | 110100 |
Color Harmonies of #DA6431
Complementary color
Monochromatic Colors of #DA6431
Black with #DA6431
Text Example
Text Example
White with #DA6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6431; }
p { color: rgb(218,100,49); }
H1.HeaderClassName
{
color: #DA6431;
}
.AnyTagClassName
{
color: #DA6431;
}
</style>
background-color css
<style>
a { background-color: #DA6431; }
a { background-color: rgb(218,100,49); }
div.DivClassName
{
background-color: #DA6431;
}
.BgClassName
{
background-color: #DA6431;
}
</style>
border-color css
<style>
span { border-color: #DA6431; }
span { border-color: rgb(218,100,49); }
td.TdClassName
{
border-color: #DA6431;
}
.TagClassName
{
border-color: #DA6431;
}
</style>