Shades of Sorbus #D56A3E
Tints of Sorbus #D56A3E
RGB
CMYK
RGB Variations
Color information
#D56A3E (or 0xD56A3E) is known color: Sorbus. HEX triplet: D5, 6A and 3E. RGB value is (213,106,62). Sum of RGB (Red+Green+Blue) = 213+106+62=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A3E is #2A95C1. Grayscale: #858585. Windows color (decimal): -2790850 or 4090581. OLE color: 4090581.
HSL color Cylindrical-coordinate representation of color #D56A3E: hue angle of 17.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D56A3E is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 62 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.16 |
| HSL | 17.48º | 0.64% | 0.54% | - |
| HSV(B) | 17.48º | 0.71% | 0.84% | - |
| XYZ | 33.46 | 24.8 | 7.58 | - |
| YUV | 132.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 62 | 0 | 0.50 | 0.71 | 0.16 | 17.48 | 0.64 | 0.54 |
| Hex | D5 | 6A | 3E | 0 | 32 | 47 | 10 | 11 | 40 | 36 |
| Octal | 325 | 152 | 76 | 0 | 62 | 107 | 20 | 21 | 100 | 66 |
| Binary | 11010101 | 1101010 | 111110 | 0 | 110010 | 1000111 | 10000 | 10001 | 1000000 | 110110 |
Color Harmonies of #D56A3E
Complementary color
Monochromatic Colors of #D56A3E
Black with #D56A3E
Text Example
Text Example
White with #D56A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A3E; }
p { color: rgb(213,106,62); }
H1.HeaderClassName
{
color: #D56A3E;
}
.AnyTagClassName
{
color: #D56A3E;
}
</style>
background-color css
<style>
a { background-color: #D56A3E; }
a { background-color: rgb(213,106,62); }
div.DivClassName
{
background-color: #D56A3E;
}
.BgClassName
{
background-color: #D56A3E;
}
</style>
border-color css
<style>
span { border-color: #D56A3E; }
span { border-color: rgb(213,106,62); }
td.TdClassName
{
border-color: #D56A3E;
}
.TagClassName
{
border-color: #D56A3E;
}
</style>