Shades of Sorbus #D46C3A
Tints of Sorbus #D46C3A
RGB
CMYK
RGB Variations
Color information
#D46C3A (or 0xD46C3A) is known color: Sorbus. HEX triplet: D4, 6C and 3A. RGB value is (212,108,58). Sum of RGB (Red+Green+Blue) = 212+108+58=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C3A is #2B93C5. Grayscale: #858585. Windows color (decimal): -2855878 or 3828948. OLE color: 3828948.
HSL color Cylindrical-coordinate representation of color #D46C3A: hue angle of 19.48º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D46C3A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 58 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.17 |
| HSL | 19.48º | 0.64% | 0.53% | - |
| HSV(B) | 19.48º | 0.73% | 0.83% | - |
| XYZ | 33.28 | 25.03 | 7.08 | - |
| YUV | 133.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 58 | 0 | 0.49 | 0.73 | 0.17 | 19.48 | 0.64 | 0.53 |
| Hex | D4 | 6C | 3A | 0 | 31 | 49 | 11 | 13 | 40 | 35 |
| Octal | 324 | 154 | 72 | 0 | 61 | 111 | 21 | 23 | 100 | 65 |
| Binary | 11010100 | 1101100 | 111010 | 0 | 110001 | 1001001 | 10001 | 10011 | 1000000 | 110101 |
Color Harmonies of #D46C3A
Complementary color
Monochromatic Colors of #D46C3A
Black with #D46C3A
Text Example
Text Example
White with #D46C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C3A; }
p { color: rgb(212,108,58); }
H1.HeaderClassName
{
color: #D46C3A;
}
.AnyTagClassName
{
color: #D46C3A;
}
</style>
background-color css
<style>
a { background-color: #D46C3A; }
a { background-color: rgb(212,108,58); }
div.DivClassName
{
background-color: #D46C3A;
}
.BgClassName
{
background-color: #D46C3A;
}
</style>
border-color css
<style>
span { border-color: #D46C3A; }
span { border-color: rgb(212,108,58); }
td.TdClassName
{
border-color: #D46C3A;
}
.TagClassName
{
border-color: #D46C3A;
}
</style>