Shades of Japonica #D47357
Tints of Japonica #D47357
RGB
CMYK
RGB Variations
Color information
#D47357 (or 0xD47357) is known color: Japonica. HEX triplet: D4, 73 and 57. RGB value is (212,115,87). Sum of RGB (Red+Green+Blue) = 212+115+87=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D47357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47357 is #2B8CA8. Grayscale: #8D8D8D. Windows color (decimal): -2854057 or 5731284. OLE color: 5731284.
HSL color Cylindrical-coordinate representation of color #D47357: hue angle of 13.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D47357 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 87 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.17 |
| HSL | 13.44º | 0.59% | 0.59% | - |
| HSV(B) | 13.44º | 0.59% | 0.83% | - |
| XYZ | 35 | 26.95 | 12.37 | - |
| YUV | 140.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 87 | 0 | 0.46 | 0.59 | 0.17 | 13.44 | 0.59 | 0.59 |
| Hex | D4 | 73 | 57 | 0 | 2E | 3B | 11 | D | 3B | 3B |
| Octal | 324 | 163 | 127 | 0 | 56 | 73 | 21 | 15 | 73 | 73 |
| Binary | 11010100 | 1110011 | 1010111 | 0 | 101110 | 111011 | 10001 | 1101 | 111011 | 111011 |
Color Harmonies of #D47357
Complementary color
Monochromatic Colors of #D47357
Black with #D47357
Text Example
Text Example
White with #D47357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47357; }
p { color: rgb(212,115,87); }
H1.HeaderClassName
{
color: #D47357;
}
.AnyTagClassName
{
color: #D47357;
}
</style>
background-color css
<style>
a { background-color: #D47357; }
a { background-color: rgb(212,115,87); }
div.DivClassName
{
background-color: #D47357;
}
.BgClassName
{
background-color: #D47357;
}
</style>
border-color css
<style>
span { border-color: #D47357; }
span { border-color: rgb(212,115,87); }
td.TdClassName
{
border-color: #D47357;
}
.TagClassName
{
border-color: #D47357;
}
</style>