Shades of Japonica #D47251
Tints of Japonica #D47251
RGB
CMYK
RGB Variations
Color information
#D47251 (or 0xD47251) is known color: Japonica. HEX triplet: D4, 72 and 51. RGB value is (212,114,81). Sum of RGB (Red+Green+Blue) = 212+114+81=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D47251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47251 is #2B8DAE. Grayscale: #8B8B8B. Windows color (decimal): -2854319 or 5337812. OLE color: 5337812.
HSL color Cylindrical-coordinate representation of color #D47251: hue angle of 15.11º degrees, saturation: 0.6, 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 #D47251 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.17 |
| HSL | 15.11º | 0.6% | 0.57% | - |
| HSV(B) | 15.11º | 0.62% | 0.83% | - |
| XYZ | 34.65 | 26.63 | 11.1 | - |
| YUV | 139.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 81 | 0 | 0.46 | 0.62 | 0.17 | 15.11 | 0.6 | 0.57 |
| Hex | D4 | 72 | 51 | 0 | 2E | 3E | 11 | F | 3C | 39 |
| Octal | 324 | 162 | 121 | 0 | 56 | 76 | 21 | 17 | 74 | 71 |
| Binary | 11010100 | 1110010 | 1010001 | 0 | 101110 | 111110 | 10001 | 1111 | 111100 | 111001 |
Color Harmonies of #D47251
Complementary color
Monochromatic Colors of #D47251
Black with #D47251
Text Example
Text Example
White with #D47251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47251; }
p { color: rgb(212,114,81); }
H1.HeaderClassName
{
color: #D47251;
}
.AnyTagClassName
{
color: #D47251;
}
</style>
background-color css
<style>
a { background-color: #D47251; }
a { background-color: rgb(212,114,81); }
div.DivClassName
{
background-color: #D47251;
}
.BgClassName
{
background-color: #D47251;
}
</style>
border-color css
<style>
span { border-color: #D47251; }
span { border-color: rgb(212,114,81); }
td.TdClassName
{
border-color: #D47251;
}
.TagClassName
{
border-color: #D47251;
}
</style>