Shades of Japonica #D47154
Tints of Japonica #D47154
RGB
CMYK
RGB Variations
Color information
#D47154 (or 0xD47154) is known color: Japonica. HEX triplet: D4, 71 and 54. RGB value is (212,113,84). Sum of RGB (Red+Green+Blue) = 212+113+84=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D47154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47154 is #2B8EAB. Grayscale: #8B8B8B. Windows color (decimal): -2854572 or 5534164. OLE color: 5534164.
HSL color Cylindrical-coordinate representation of color #D47154: hue angle of 13.59º 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 #D47154 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 84 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.17 |
| HSL | 13.59º | 0.6% | 0.58% | - |
| HSV(B) | 13.59º | 0.6% | 0.83% | - |
| XYZ | 34.66 | 26.45 | 11.67 | - |
| YUV | 139.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 84 | 0 | 0.47 | 0.60 | 0.17 | 13.59 | 0.6 | 0.58 |
| Hex | D4 | 71 | 54 | 0 | 2F | 3C | 11 | E | 3C | 3A |
| Octal | 324 | 161 | 124 | 0 | 57 | 74 | 21 | 16 | 74 | 72 |
| Binary | 11010100 | 1110001 | 1010100 | 0 | 101111 | 111100 | 10001 | 1110 | 111100 | 111010 |
Color Harmonies of #D47154
Complementary color
Monochromatic Colors of #D47154
Black with #D47154
Text Example
Text Example
White with #D47154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47154; }
p { color: rgb(212,113,84); }
H1.HeaderClassName
{
color: #D47154;
}
.AnyTagClassName
{
color: #D47154;
}
</style>
background-color css
<style>
a { background-color: #D47154; }
a { background-color: rgb(212,113,84); }
div.DivClassName
{
background-color: #D47154;
}
.BgClassName
{
background-color: #D47154;
}
</style>
border-color css
<style>
span { border-color: #D47154; }
span { border-color: rgb(212,113,84); }
td.TdClassName
{
border-color: #D47154;
}
.TagClassName
{
border-color: #D47154;
}
</style>