Shades of Sorbus #D56C3E
Tints of Sorbus #D56C3E
RGB
CMYK
RGB Variations
Color information
#D56C3E (or 0xD56C3E) is known color: Sorbus. HEX triplet: D5, 6C and 3E. RGB value is (213,108,62). Sum of RGB (Red+Green+Blue) = 213+108+62=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C3E is #2A93C1. Grayscale: #868686. Windows color (decimal): -2790338 or 4091093. OLE color: 4091093.
HSL color Cylindrical-coordinate representation of color #D56C3E: hue angle of 18.28º 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 #D56C3E is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 62 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.16 |
| HSL | 18.28º | 0.64% | 0.54% | - |
| HSV(B) | 18.28º | 0.71% | 0.84% | - |
| XYZ | 33.67 | 25.22 | 7.65 | - |
| YUV | 134.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 62 | 0 | 0.49 | 0.71 | 0.16 | 18.28 | 0.64 | 0.54 |
| Hex | D5 | 6C | 3E | 0 | 31 | 47 | 10 | 12 | 40 | 36 |
| Octal | 325 | 154 | 76 | 0 | 61 | 107 | 20 | 22 | 100 | 66 |
| Binary | 11010101 | 1101100 | 111110 | 0 | 110001 | 1000111 | 10000 | 10010 | 1000000 | 110110 |
Color Harmonies of #D56C3E
Complementary color
Monochromatic Colors of #D56C3E
Black with #D56C3E
Text Example
Text Example
White with #D56C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C3E; }
p { color: rgb(213,108,62); }
H1.HeaderClassName
{
color: #D56C3E;
}
.AnyTagClassName
{
color: #D56C3E;
}
</style>
background-color css
<style>
a { background-color: #D56C3E; }
a { background-color: rgb(213,108,62); }
div.DivClassName
{
background-color: #D56C3E;
}
.BgClassName
{
background-color: #D56C3E;
}
</style>
border-color css
<style>
span { border-color: #D56C3E; }
span { border-color: rgb(213,108,62); }
td.TdClassName
{
border-color: #D56C3E;
}
.TagClassName
{
border-color: #D56C3E;
}
</style>