Shades of Japonica #D47753
Tints of Japonica #D47753
RGB
CMYK
RGB Variations
Color information
#D47753 (or 0xD47753) is known color: Japonica. HEX triplet: D4, 77 and 53. RGB value is (212,119,83). Sum of RGB (Red+Green+Blue) = 212+119+83=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D47753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47753 is #2B88AC. Grayscale: #8E8E8E. Windows color (decimal): -2853037 or 5470164. OLE color: 5470164.
HSL color Cylindrical-coordinate representation of color #D47753: hue angle of 16.74º 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 #D47753 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 83 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.17 |
| HSL | 16.74º | 0.6% | 0.58% | - |
| HSV(B) | 16.74º | 0.61% | 0.83% | - |
| XYZ | 35.31 | 27.82 | 11.69 | - |
| YUV | 142.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 83 | 0 | 0.44 | 0.61 | 0.17 | 16.74 | 0.6 | 0.58 |
| Hex | D4 | 77 | 53 | 0 | 2C | 3D | 11 | 11 | 3C | 3A |
| Octal | 324 | 167 | 123 | 0 | 54 | 75 | 21 | 21 | 74 | 72 |
| Binary | 11010100 | 1110111 | 1010011 | 0 | 101100 | 111101 | 10001 | 10001 | 111100 | 111010 |
Color Harmonies of #D47753
Complementary color
Monochromatic Colors of #D47753
Black with #D47753
Text Example
Text Example
White with #D47753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47753; }
p { color: rgb(212,119,83); }
H1.HeaderClassName
{
color: #D47753;
}
.AnyTagClassName
{
color: #D47753;
}
</style>
background-color css
<style>
a { background-color: #D47753; }
a { background-color: rgb(212,119,83); }
div.DivClassName
{
background-color: #D47753;
}
.BgClassName
{
background-color: #D47753;
}
</style>
border-color css
<style>
span { border-color: #D47753; }
span { border-color: rgb(212,119,83); }
td.TdClassName
{
border-color: #D47753;
}
.TagClassName
{
border-color: #D47753;
}
</style>