Shades of Sorbus #D56F3A
Tints of Sorbus #D56F3A
RGB
CMYK
RGB Variations
Color information
#D56F3A (or 0xD56F3A) is known color: Sorbus. HEX triplet: D5, 6F and 3A. RGB value is (213,111,58). Sum of RGB (Red+Green+Blue) = 213+111+58=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F3A is #2A90C5. Grayscale: #878787. Windows color (decimal): -2789574 or 3829717. OLE color: 3829717.
HSL color Cylindrical-coordinate representation of color #D56F3A: hue angle of 20.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D56F3A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 58 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.16 |
| HSL | 20.52º | 0.65% | 0.53% | - |
| HSV(B) | 20.52º | 0.73% | 0.84% | - |
| XYZ | 33.89 | 25.82 | 7.2 | - |
| YUV | 135.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 58 | 0 | 0.48 | 0.73 | 0.16 | 20.52 | 0.65 | 0.53 |
| Hex | D5 | 6F | 3A | 0 | 30 | 49 | 10 | 15 | 41 | 35 |
| Octal | 325 | 157 | 72 | 0 | 60 | 111 | 20 | 25 | 101 | 65 |
| Binary | 11010101 | 1101111 | 111010 | 0 | 110000 | 1001001 | 10000 | 10101 | 1000001 | 110101 |
Color Harmonies of #D56F3A
Complementary color
Monochromatic Colors of #D56F3A
Black with #D56F3A
Text Example
Text Example
White with #D56F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F3A; }
p { color: rgb(213,111,58); }
H1.HeaderClassName
{
color: #D56F3A;
}
.AnyTagClassName
{
color: #D56F3A;
}
</style>
background-color css
<style>
a { background-color: #D56F3A; }
a { background-color: rgb(213,111,58); }
div.DivClassName
{
background-color: #D56F3A;
}
.BgClassName
{
background-color: #D56F3A;
}
</style>
border-color css
<style>
span { border-color: #D56F3A; }
span { border-color: rgb(213,111,58); }
td.TdClassName
{
border-color: #D56F3A;
}
.TagClassName
{
border-color: #D56F3A;
}
</style>