Shades of Japonica #D47A54
Tints of Japonica #D47A54
RGB
CMYK
RGB Variations
Color information
#D47A54 (or 0xD47A54) is known color: Japonica. HEX triplet: D4, 7A and 54. RGB value is (212,122,84). Sum of RGB (Red+Green+Blue) = 212+122+84=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A54 is #2B85AB. Grayscale: #909090. Windows color (decimal): -2852268 or 5536468. OLE color: 5536468.
HSL color Cylindrical-coordinate representation of color #D47A54: hue angle of 17.81º 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 #D47A54 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 84 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.17 |
| HSL | 17.81º | 0.6% | 0.58% | - |
| HSV(B) | 17.81º | 0.6% | 0.83% | - |
| XYZ | 35.71 | 28.56 | 12.02 | - |
| YUV | 144.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 84 | 0 | 0.42 | 0.60 | 0.17 | 17.81 | 0.6 | 0.58 |
| Hex | D4 | 7A | 54 | 0 | 2A | 3C | 11 | 12 | 3C | 3A |
| Octal | 324 | 172 | 124 | 0 | 52 | 74 | 21 | 22 | 74 | 72 |
| Binary | 11010100 | 1111010 | 1010100 | 0 | 101010 | 111100 | 10001 | 10010 | 111100 | 111010 |
Color Harmonies of #D47A54
Complementary color
Monochromatic Colors of #D47A54
Black with #D47A54
Text Example
Text Example
White with #D47A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A54; }
p { color: rgb(212,122,84); }
H1.HeaderClassName
{
color: #D47A54;
}
.AnyTagClassName
{
color: #D47A54;
}
</style>
background-color css
<style>
a { background-color: #D47A54; }
a { background-color: rgb(212,122,84); }
div.DivClassName
{
background-color: #D47A54;
}
.BgClassName
{
background-color: #D47A54;
}
</style>
border-color css
<style>
span { border-color: #D47A54; }
span { border-color: rgb(212,122,84); }
td.TdClassName
{
border-color: #D47A54;
}
.TagClassName
{
border-color: #D47A54;
}
</style>