Shades of Japonica #D47367
Tints of Japonica #D47367
RGB
CMYK
RGB Variations
Color information
#D47367 (or 0xD47367) is known color: Japonica. HEX triplet: D4, 73 and 67. RGB value is (212,115,103). Sum of RGB (Red+Green+Blue) = 212+115+103=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D47367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47367 is #2B8C98. Grayscale: #8E8E8E. Windows color (decimal): -2854041 or 6779860. OLE color: 6779860.
HSL color Cylindrical-coordinate representation of color #D47367: hue angle of 6.61º 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 #D47367 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 103 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.17 |
| HSL | 6.61º | 0.56% | 0.62% | - |
| HSV(B) | 6.61º | 0.51% | 0.83% | - |
| XYZ | 35.73 | 27.24 | 16.21 | - |
| YUV | 142.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 103 | 0 | 0.46 | 0.51 | 0.17 | 6.61 | 0.56 | 0.62 |
| Hex | D4 | 73 | 67 | 0 | 2E | 33 | 11 | 7 | 38 | 3E |
| Octal | 324 | 163 | 147 | 0 | 56 | 63 | 21 | 7 | 70 | 76 |
| Binary | 11010100 | 1110011 | 1100111 | 0 | 101110 | 110011 | 10001 | 111 | 111000 | 111110 |
Color Harmonies of #D47367
Complementary color
Monochromatic Colors of #D47367
Black with #D47367
Text Example
Text Example
White with #D47367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47367; }
p { color: rgb(212,115,103); }
H1.HeaderClassName
{
color: #D47367;
}
.AnyTagClassName
{
color: #D47367;
}
</style>
background-color css
<style>
a { background-color: #D47367; }
a { background-color: rgb(212,115,103); }
div.DivClassName
{
background-color: #D47367;
}
.BgClassName
{
background-color: #D47367;
}
</style>
border-color css
<style>
span { border-color: #D47367; }
span { border-color: rgb(212,115,103); }
td.TdClassName
{
border-color: #D47367;
}
.TagClassName
{
border-color: #D47367;
}
</style>