Shades of Japonica #D47467
Tints of Japonica #D47467
RGB
CMYK
RGB Variations
Color information
#D47467 (or 0xD47467) is known color: Japonica. HEX triplet: D4, 74 and 67. RGB value is (212,116,103). Sum of RGB (Red+Green+Blue) = 212+116+103=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D47467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47467 is #2B8B98. Grayscale: #8F8F8F. Windows color (decimal): -2853785 or 6780116. OLE color: 6780116.
HSL color Cylindrical-coordinate representation of color #D47467: hue angle of 7.16º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47467 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 103 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.17 |
| HSL | 7.16º | 0.56% | 0.62% | - |
| HSV(B) | 7.16º | 0.51% | 0.83% | - |
| XYZ | 35.84 | 27.47 | 16.24 | - |
| YUV | 143.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 103 | 0 | 0.45 | 0.51 | 0.17 | 7.16 | 0.56 | 0.62 |
| Hex | D4 | 74 | 67 | 0 | 2D | 33 | 11 | 7 | 38 | 3E |
| Octal | 324 | 164 | 147 | 0 | 55 | 63 | 21 | 7 | 70 | 76 |
| Binary | 11010100 | 1110100 | 1100111 | 0 | 101101 | 110011 | 10001 | 111 | 111000 | 111110 |
Color Harmonies of #D47467
Complementary color
Monochromatic Colors of #D47467
Black with #D47467
Text Example
Text Example
White with #D47467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47467; }
p { color: rgb(212,116,103); }
H1.HeaderClassName
{
color: #D47467;
}
.AnyTagClassName
{
color: #D47467;
}
</style>
background-color css
<style>
a { background-color: #D47467; }
a { background-color: rgb(212,116,103); }
div.DivClassName
{
background-color: #D47467;
}
.BgClassName
{
background-color: #D47467;
}
</style>
border-color css
<style>
span { border-color: #D47467; }
span { border-color: rgb(212,116,103); }
td.TdClassName
{
border-color: #D47467;
}
.TagClassName
{
border-color: #D47467;
}
</style>