Shades of Sorbus #D46C3D
Tints of Sorbus #D46C3D
RGB
CMYK
RGB Variations
Color information
#D46C3D (or 0xD46C3D) is known color: Sorbus. HEX triplet: D4, 6C and 3D. RGB value is (212,108,61). Sum of RGB (Red+Green+Blue) = 212+108+61=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C3D is #2B93C2. Grayscale: #868686. Windows color (decimal): -2855875 or 4025556. OLE color: 4025556.
HSL color Cylindrical-coordinate representation of color #D46C3D: hue angle of 18.68º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D46C3D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 61 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.17 |
| HSL | 18.68º | 0.64% | 0.54% | - |
| HSV(B) | 18.68º | 0.71% | 0.83% | - |
| XYZ | 33.36 | 25.06 | 7.49 | - |
| YUV | 133.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 61 | 0 | 0.49 | 0.71 | 0.17 | 18.68 | 0.64 | 0.54 |
| Hex | D4 | 6C | 3D | 0 | 31 | 47 | 11 | 13 | 40 | 36 |
| Octal | 324 | 154 | 75 | 0 | 61 | 107 | 21 | 23 | 100 | 66 |
| Binary | 11010100 | 1101100 | 111101 | 0 | 110001 | 1000111 | 10001 | 10011 | 1000000 | 110110 |
Color Harmonies of #D46C3D
Complementary color
Monochromatic Colors of #D46C3D
Black with #D46C3D
Text Example
Text Example
White with #D46C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C3D; }
p { color: rgb(212,108,61); }
H1.HeaderClassName
{
color: #D46C3D;
}
.AnyTagClassName
{
color: #D46C3D;
}
</style>
background-color css
<style>
a { background-color: #D46C3D; }
a { background-color: rgb(212,108,61); }
div.DivClassName
{
background-color: #D46C3D;
}
.BgClassName
{
background-color: #D46C3D;
}
</style>
border-color css
<style>
span { border-color: #D46C3D; }
span { border-color: rgb(212,108,61); }
td.TdClassName
{
border-color: #D46C3D;
}
.TagClassName
{
border-color: #D46C3D;
}
</style>