Shades of Japonica #D47263
Tints of Japonica #D47263
RGB
CMYK
RGB Variations
Color information
#D47263 (or 0xD47263) is known color: Japonica. HEX triplet: D4, 72 and 63. RGB value is (212,114,99). Sum of RGB (Red+Green+Blue) = 212+114+99=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D47263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47263 is #2B8D9C. Grayscale: #8D8D8D. Windows color (decimal): -2854301 or 6517460. OLE color: 6517460.
HSL color Cylindrical-coordinate representation of color #D47263: hue angle of 7.96º 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 #D47263 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 99 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.17 |
| HSL | 7.96º | 0.57% | 0.61% | - |
| HSV(B) | 7.96º | 0.53% | 0.83% | - |
| XYZ | 35.42 | 26.93 | 15.14 | - |
| YUV | 141.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 99 | 0 | 0.46 | 0.53 | 0.17 | 7.96 | 0.57 | 0.61 |
| Hex | D4 | 72 | 63 | 0 | 2E | 35 | 11 | 8 | 39 | 3D |
| Octal | 324 | 162 | 143 | 0 | 56 | 65 | 21 | 10 | 71 | 75 |
| Binary | 11010100 | 1110010 | 1100011 | 0 | 101110 | 110101 | 10001 | 1000 | 111001 | 111101 |
Color Harmonies of #D47263
Complementary color
Monochromatic Colors of #D47263
Black with #D47263
Text Example
Text Example
White with #D47263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47263; }
p { color: rgb(212,114,99); }
H1.HeaderClassName
{
color: #D47263;
}
.AnyTagClassName
{
color: #D47263;
}
</style>
background-color css
<style>
a { background-color: #D47263; }
a { background-color: rgb(212,114,99); }
div.DivClassName
{
background-color: #D47263;
}
.BgClassName
{
background-color: #D47263;
}
</style>
border-color css
<style>
span { border-color: #D47263; }
span { border-color: rgb(212,114,99); }
td.TdClassName
{
border-color: #D47263;
}
.TagClassName
{
border-color: #D47263;
}
</style>