Shades of Japonica #D47C54
Tints of Japonica #D47C54
RGB
CMYK
RGB Variations
Color information
#D47C54 (or 0xD47C54) is known color: Japonica. HEX triplet: D4, 7C and 54. RGB value is (212,124,84). Sum of RGB (Red+Green+Blue) = 212+124+84=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C54 is #2B83AB. Grayscale: #929292. Windows color (decimal): -2851756 or 5536980. OLE color: 5536980.
HSL color Cylindrical-coordinate representation of color #D47C54: hue angle of 18.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D47C54 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 84 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.17 |
| HSL | 18.75º | 0.6% | 0.58% | - |
| HSV(B) | 18.75º | 0.6% | 0.83% | - |
| XYZ | 35.96 | 29.05 | 12.1 | - |
| YUV | 145.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 84 | 0 | 0.42 | 0.60 | 0.17 | 18.75 | 0.6 | 0.58 |
| Hex | D4 | 7C | 54 | 0 | 2A | 3C | 11 | 13 | 3C | 3A |
| Octal | 324 | 174 | 124 | 0 | 52 | 74 | 21 | 23 | 74 | 72 |
| Binary | 11010100 | 1111100 | 1010100 | 0 | 101010 | 111100 | 10001 | 10011 | 111100 | 111010 |
Color Harmonies of #D47C54
Complementary color
Monochromatic Colors of #D47C54
Black with #D47C54
Text Example
Text Example
White with #D47C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C54; }
p { color: rgb(212,124,84); }
H1.HeaderClassName
{
color: #D47C54;
}
.AnyTagClassName
{
color: #D47C54;
}
</style>
background-color css
<style>
a { background-color: #D47C54; }
a { background-color: rgb(212,124,84); }
div.DivClassName
{
background-color: #D47C54;
}
.BgClassName
{
background-color: #D47C54;
}
</style>
border-color css
<style>
span { border-color: #D47C54; }
span { border-color: rgb(212,124,84); }
td.TdClassName
{
border-color: #D47C54;
}
.TagClassName
{
border-color: #D47C54;
}
</style>