Shades of Sorbus #D5703F
Tints of Sorbus #D5703F
RGB
CMYK
RGB Variations
Color information
#D5703F (or 0xD5703F) is known color: Sorbus. HEX triplet: D5, 70 and 3F. RGB value is (213,112,63). Sum of RGB (Red+Green+Blue) = 213+112+63=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5703F is #2A8FC0. Grayscale: #888888. Windows color (decimal): -2789313 or 4157653. OLE color: 4157653.
HSL color Cylindrical-coordinate representation of color #D5703F: hue angle of 19.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5703F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 63 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.16 |
| HSL | 19.6º | 0.64% | 0.54% | - |
| HSV(B) | 19.6º | 0.7% | 0.84% | - |
| XYZ | 34.13 | 26.09 | 7.94 | - |
| YUV | 136.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 63 | 0 | 0.47 | 0.70 | 0.16 | 19.6 | 0.64 | 0.54 |
| Hex | D5 | 70 | 3F | 0 | 2F | 46 | 10 | 14 | 40 | 36 |
| Octal | 325 | 160 | 77 | 0 | 57 | 106 | 20 | 24 | 100 | 66 |
| Binary | 11010101 | 1110000 | 111111 | 0 | 101111 | 1000110 | 10000 | 10100 | 1000000 | 110110 |
Color Harmonies of #D5703F
Complementary color
Monochromatic Colors of #D5703F
Black with #D5703F
Text Example
Text Example
White with #D5703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5703F; }
p { color: rgb(213,112,63); }
H1.HeaderClassName
{
color: #D5703F;
}
.AnyTagClassName
{
color: #D5703F;
}
</style>
background-color css
<style>
a { background-color: #D5703F; }
a { background-color: rgb(213,112,63); }
div.DivClassName
{
background-color: #D5703F;
}
.BgClassName
{
background-color: #D5703F;
}
</style>
border-color css
<style>
span { border-color: #D5703F; }
span { border-color: rgb(213,112,63); }
td.TdClassName
{
border-color: #D5703F;
}
.TagClassName
{
border-color: #D5703F;
}
</style>