Shades of Japonica #D47153
Tints of Japonica #D47153
RGB
CMYK
RGB Variations
Color information
#D47153 (or 0xD47153) is known color: Japonica. HEX triplet: D4, 71 and 53. RGB value is (212,113,83). Sum of RGB (Red+Green+Blue) = 212+113+83=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D47153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47153 is #2B8EAC. Grayscale: #8B8B8B. Windows color (decimal): -2854573 or 5468628. OLE color: 5468628.
HSL color Cylindrical-coordinate representation of color #D47153: hue angle of 13.95º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D47153 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 83 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.17 |
| HSL | 13.95º | 0.6% | 0.58% | - |
| HSV(B) | 13.95º | 0.61% | 0.83% | - |
| XYZ | 34.62 | 26.43 | 11.46 | - |
| YUV | 139.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 83 | 0 | 0.47 | 0.61 | 0.17 | 13.95 | 0.6 | 0.58 |
| Hex | D4 | 71 | 53 | 0 | 2F | 3D | 11 | E | 3C | 3A |
| Octal | 324 | 161 | 123 | 0 | 57 | 75 | 21 | 16 | 74 | 72 |
| Binary | 11010100 | 1110001 | 1010011 | 0 | 101111 | 111101 | 10001 | 1110 | 111100 | 111010 |
Color Harmonies of #D47153
Complementary color
Monochromatic Colors of #D47153
Black with #D47153
Text Example
Text Example
White with #D47153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47153; }
p { color: rgb(212,113,83); }
H1.HeaderClassName
{
color: #D47153;
}
.AnyTagClassName
{
color: #D47153;
}
</style>
background-color css
<style>
a { background-color: #D47153; }
a { background-color: rgb(212,113,83); }
div.DivClassName
{
background-color: #D47153;
}
.BgClassName
{
background-color: #D47153;
}
</style>
border-color css
<style>
span { border-color: #D47153; }
span { border-color: rgb(212,113,83); }
td.TdClassName
{
border-color: #D47153;
}
.TagClassName
{
border-color: #D47153;
}
</style>