Shades of Japonica #D47563
Tints of Japonica #D47563
RGB
CMYK
RGB Variations
Color information
#D47563 (or 0xD47563) is known color: Japonica. HEX triplet: D4, 75 and 63. RGB value is (212,117,99). Sum of RGB (Red+Green+Blue) = 212+117+99=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D47563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47563 is #2B8A9C. Grayscale: #8F8F8F. Windows color (decimal): -2853533 or 6518228. OLE color: 6518228.
HSL color Cylindrical-coordinate representation of color #D47563: hue angle of 9.56º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D47563 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 99 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.17 |
| HSL | 9.56º | 0.57% | 0.61% | - |
| HSV(B) | 9.56º | 0.53% | 0.83% | - |
| XYZ | 35.76 | 27.62 | 15.25 | - |
| YUV | 143.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 99 | 0 | 0.45 | 0.53 | 0.17 | 9.56 | 0.57 | 0.61 |
| Hex | D4 | 75 | 63 | 0 | 2D | 35 | 11 | A | 39 | 3D |
| Octal | 324 | 165 | 143 | 0 | 55 | 65 | 21 | 12 | 71 | 75 |
| Binary | 11010100 | 1110101 | 1100011 | 0 | 101101 | 110101 | 10001 | 1010 | 111001 | 111101 |
Color Harmonies of #D47563
Complementary color
Monochromatic Colors of #D47563
Black with #D47563
Text Example
Text Example
White with #D47563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47563; }
p { color: rgb(212,117,99); }
H1.HeaderClassName
{
color: #D47563;
}
.AnyTagClassName
{
color: #D47563;
}
</style>
background-color css
<style>
a { background-color: #D47563; }
a { background-color: rgb(212,117,99); }
div.DivClassName
{
background-color: #D47563;
}
.BgClassName
{
background-color: #D47563;
}
</style>
border-color css
<style>
span { border-color: #D47563; }
span { border-color: rgb(212,117,99); }
td.TdClassName
{
border-color: #D47563;
}
.TagClassName
{
border-color: #D47563;
}
</style>