Shades of Japonica #D47159
Tints of Japonica #D47159
RGB
CMYK
RGB Variations
Color information
#D47159 (or 0xD47159) is known color: Japonica. HEX triplet: D4, 71 and 59. RGB value is (212,113,89). Sum of RGB (Red+Green+Blue) = 212+113+89=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D47159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47159 is #2B8EA6. Grayscale: #8C8C8C. Windows color (decimal): -2854567 or 5861844. OLE color: 5861844.
HSL color Cylindrical-coordinate representation of color #D47159: hue angle of 11.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D47159 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 89 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.17 |
| HSL | 11.71º | 0.59% | 0.59% | - |
| HSV(B) | 11.71º | 0.58% | 0.83% | - |
| XYZ | 34.86 | 26.53 | 12.73 | - |
| YUV | 139.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 89 | 0 | 0.47 | 0.58 | 0.17 | 11.71 | 0.59 | 0.59 |
| Hex | D4 | 71 | 59 | 0 | 2F | 3A | 11 | C | 3B | 3B |
| Octal | 324 | 161 | 131 | 0 | 57 | 72 | 21 | 14 | 73 | 73 |
| Binary | 11010100 | 1110001 | 1011001 | 0 | 101111 | 111010 | 10001 | 1100 | 111011 | 111011 |
Color Harmonies of #D47159
Complementary color
Monochromatic Colors of #D47159
Black with #D47159
Text Example
Text Example
White with #D47159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47159; }
p { color: rgb(212,113,89); }
H1.HeaderClassName
{
color: #D47159;
}
.AnyTagClassName
{
color: #D47159;
}
</style>
background-color css
<style>
a { background-color: #D47159; }
a { background-color: rgb(212,113,89); }
div.DivClassName
{
background-color: #D47159;
}
.BgClassName
{
background-color: #D47159;
}
</style>
border-color css
<style>
span { border-color: #D47159; }
span { border-color: rgb(212,113,89); }
td.TdClassName
{
border-color: #D47159;
}
.TagClassName
{
border-color: #D47159;
}
</style>