Shades of Japonica #D47268
Tints of Japonica #D47268
RGB
CMYK
RGB Variations
Color information
#D47268 (or 0xD47268) is known color: Japonica. HEX triplet: D4, 72 and 68. RGB value is (212,114,104). Sum of RGB (Red+Green+Blue) = 212+114+104=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D47268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47268 is #2B8D97. Grayscale: #8E8E8E. Windows color (decimal): -2854296 or 6845140. OLE color: 6845140.
HSL color Cylindrical-coordinate representation of color #D47268: hue angle of 5.56º 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 #D47268 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 104 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.17 |
| HSL | 5.56º | 0.56% | 0.62% | - |
| HSV(B) | 5.56º | 0.51% | 0.83% | - |
| XYZ | 35.67 | 27.03 | 16.43 | - |
| YUV | 142.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 104 | 0 | 0.46 | 0.51 | 0.17 | 5.56 | 0.56 | 0.62 |
| Hex | D4 | 72 | 68 | 0 | 2E | 33 | 11 | 6 | 38 | 3E |
| Octal | 324 | 162 | 150 | 0 | 56 | 63 | 21 | 6 | 70 | 76 |
| Binary | 11010100 | 1110010 | 1101000 | 0 | 101110 | 110011 | 10001 | 110 | 111000 | 111110 |
Color Harmonies of #D47268
Complementary color
Monochromatic Colors of #D47268
Black with #D47268
Text Example
Text Example
White with #D47268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47268; }
p { color: rgb(212,114,104); }
H1.HeaderClassName
{
color: #D47268;
}
.AnyTagClassName
{
color: #D47268;
}
</style>
background-color css
<style>
a { background-color: #D47268; }
a { background-color: rgb(212,114,104); }
div.DivClassName
{
background-color: #D47268;
}
.BgClassName
{
background-color: #D47268;
}
</style>
border-color css
<style>
span { border-color: #D47268; }
span { border-color: rgb(212,114,104); }
td.TdClassName
{
border-color: #D47268;
}
.TagClassName
{
border-color: #D47268;
}
</style>