Shades of Japonica #D47050
Tints of Japonica #D47050
RGB
CMYK
RGB Variations
Color information
#D47050 (or 0xD47050) is known color: Japonica. HEX triplet: D4, 70 and 50. RGB value is (212,112,80). Sum of RGB (Red+Green+Blue) = 212+112+80=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D47050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47050 is #2B8FAF. Grayscale: #8A8A8A. Windows color (decimal): -2854832 or 5271764. OLE color: 5271764.
HSL color Cylindrical-coordinate representation of color #D47050: hue angle of 14.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D47050 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 80 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.17 |
| HSL | 14.55º | 0.61% | 0.57% | - |
| HSV(B) | 14.55º | 0.62% | 0.83% | - |
| XYZ | 34.39 | 26.16 | 10.83 | - |
| YUV | 138.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 80 | 0 | 0.47 | 0.62 | 0.17 | 14.55 | 0.61 | 0.57 |
| Hex | D4 | 70 | 50 | 0 | 2F | 3E | 11 | F | 3D | 39 |
| Octal | 324 | 160 | 120 | 0 | 57 | 76 | 21 | 17 | 75 | 71 |
| Binary | 11010100 | 1110000 | 1010000 | 0 | 101111 | 111110 | 10001 | 1111 | 111101 | 111001 |
Color Harmonies of #D47050
Complementary color
Monochromatic Colors of #D47050
Black with #D47050
Text Example
Text Example
White with #D47050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47050; }
p { color: rgb(212,112,80); }
H1.HeaderClassName
{
color: #D47050;
}
.AnyTagClassName
{
color: #D47050;
}
</style>
background-color css
<style>
a { background-color: #D47050; }
a { background-color: rgb(212,112,80); }
div.DivClassName
{
background-color: #D47050;
}
.BgClassName
{
background-color: #D47050;
}
</style>
border-color css
<style>
span { border-color: #D47050; }
span { border-color: rgb(212,112,80); }
td.TdClassName
{
border-color: #D47050;
}
.TagClassName
{
border-color: #D47050;
}
</style>