Shades of Japonica #D47468
Tints of Japonica #D47468
RGB
CMYK
RGB Variations
Color information
#D47468 (or 0xD47468) is known color: Japonica. HEX triplet: D4, 74 and 68. RGB value is (212,116,104). Sum of RGB (Red+Green+Blue) = 212+116+104=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D47468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47468 is #2B8B97. Grayscale: #8F8F8F. Windows color (decimal): -2853784 or 6845652. OLE color: 6845652.
HSL color Cylindrical-coordinate representation of color #D47468: hue angle of 6.67º 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 #D47468 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 104 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.17 |
| HSL | 6.67º | 0.56% | 0.62% | - |
| HSV(B) | 6.67º | 0.51% | 0.83% | - |
| XYZ | 35.9 | 27.49 | 16.51 | - |
| YUV | 143.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 104 | 0 | 0.45 | 0.51 | 0.17 | 6.67 | 0.56 | 0.62 |
| Hex | D4 | 74 | 68 | 0 | 2D | 33 | 11 | 7 | 38 | 3E |
| Octal | 324 | 164 | 150 | 0 | 55 | 63 | 21 | 7 | 70 | 76 |
| Binary | 11010100 | 1110100 | 1101000 | 0 | 101101 | 110011 | 10001 | 111 | 111000 | 111110 |
Color Harmonies of #D47468
Complementary color
Monochromatic Colors of #D47468
Black with #D47468
Text Example
Text Example
White with #D47468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47468; }
p { color: rgb(212,116,104); }
H1.HeaderClassName
{
color: #D47468;
}
.AnyTagClassName
{
color: #D47468;
}
</style>
background-color css
<style>
a { background-color: #D47468; }
a { background-color: rgb(212,116,104); }
div.DivClassName
{
background-color: #D47468;
}
.BgClassName
{
background-color: #D47468;
}
</style>
border-color css
<style>
span { border-color: #D47468; }
span { border-color: rgb(212,116,104); }
td.TdClassName
{
border-color: #D47468;
}
.TagClassName
{
border-color: #D47468;
}
</style>