Shades of Japonica #D47266
Tints of Japonica #D47266
RGB
CMYK
RGB Variations
Color information
#D47266 (or 0xD47266) is known color: Japonica. HEX triplet: D4, 72 and 66. RGB value is (212,114,102). Sum of RGB (Red+Green+Blue) = 212+114+102=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D47266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47266 is #2B8D99. Grayscale: #8E8E8E. Windows color (decimal): -2854298 or 6714068. OLE color: 6714068.
HSL color Cylindrical-coordinate representation of color #D47266: hue angle of 6.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47266 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 102 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.17 |
| HSL | 6.55º | 0.56% | 0.62% | - |
| HSV(B) | 6.55º | 0.52% | 0.83% | - |
| XYZ | 35.57 | 26.99 | 15.91 | - |
| YUV | 141.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 102 | 0 | 0.46 | 0.52 | 0.17 | 6.55 | 0.56 | 0.62 |
| Hex | D4 | 72 | 66 | 0 | 2E | 34 | 11 | 7 | 38 | 3E |
| Octal | 324 | 162 | 146 | 0 | 56 | 64 | 21 | 7 | 70 | 76 |
| Binary | 11010100 | 1110010 | 1100110 | 0 | 101110 | 110100 | 10001 | 111 | 111000 | 111110 |
Color Harmonies of #D47266
Complementary color
Monochromatic Colors of #D47266
Black with #D47266
Text Example
Text Example
White with #D47266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47266; }
p { color: rgb(212,114,102); }
H1.HeaderClassName
{
color: #D47266;
}
.AnyTagClassName
{
color: #D47266;
}
</style>
background-color css
<style>
a { background-color: #D47266; }
a { background-color: rgb(212,114,102); }
div.DivClassName
{
background-color: #D47266;
}
.BgClassName
{
background-color: #D47266;
}
</style>
border-color css
<style>
span { border-color: #D47266; }
span { border-color: rgb(212,114,102); }
td.TdClassName
{
border-color: #D47266;
}
.TagClassName
{
border-color: #D47266;
}
</style>