Shades of Japonica #D46853
Tints of Japonica #D46853
RGB
CMYK
RGB Variations
Color information
#D46853 (or 0xD46853) is known color: Japonica. HEX triplet: D4, 68 and 53. RGB value is (212,104,83). Sum of RGB (Red+Green+Blue) = 212+104+83=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D46853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46853 is #2B97AC. Grayscale: #868686. Windows color (decimal): -2856877 or 5466324. OLE color: 5466324.
HSL color Cylindrical-coordinate representation of color #D46853: hue angle of 9.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D46853 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 83 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.17 |
| HSL | 9.77º | 0.6% | 0.58% | - |
| HSV(B) | 9.77º | 0.61% | 0.83% | - |
| XYZ | 33.66 | 24.52 | 11.14 | - |
| YUV | 133.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 83 | 0 | 0.51 | 0.61 | 0.17 | 9.77 | 0.6 | 0.58 |
| Hex | D4 | 68 | 53 | 0 | 33 | 3D | 11 | A | 3C | 3A |
| Octal | 324 | 150 | 123 | 0 | 63 | 75 | 21 | 12 | 74 | 72 |
| Binary | 11010100 | 1101000 | 1010011 | 0 | 110011 | 111101 | 10001 | 1010 | 111100 | 111010 |
Color Harmonies of #D46853
Complementary color
Monochromatic Colors of #D46853
Black with #D46853
Text Example
Text Example
White with #D46853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46853; }
p { color: rgb(212,104,83); }
H1.HeaderClassName
{
color: #D46853;
}
.AnyTagClassName
{
color: #D46853;
}
</style>
background-color css
<style>
a { background-color: #D46853; }
a { background-color: rgb(212,104,83); }
div.DivClassName
{
background-color: #D46853;
}
.BgClassName
{
background-color: #D46853;
}
</style>
border-color css
<style>
span { border-color: #D46853; }
span { border-color: rgb(212,104,83); }
td.TdClassName
{
border-color: #D46853;
}
.TagClassName
{
border-color: #D46853;
}
</style>