Shades of Japonica #D46F57
Tints of Japonica #D46F57
RGB
CMYK
RGB Variations
Color information
#D46F57 (or 0xD46F57) is known color: Japonica. HEX triplet: D4, 6F and 57. RGB value is (212,111,87). Sum of RGB (Red+Green+Blue) = 212+111+87=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F57 is #2B90A8. Grayscale: #8A8A8A. Windows color (decimal): -2855081 or 5730260. OLE color: 5730260.
HSL color Cylindrical-coordinate representation of color #D46F57: hue angle of 11.52º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46F57 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 87 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.17 |
| HSL | 11.52º | 0.59% | 0.59% | - |
| HSV(B) | 11.52º | 0.59% | 0.83% | - |
| XYZ | 34.56 | 26.05 | 12.22 | - |
| YUV | 138.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 87 | 0 | 0.48 | 0.59 | 0.17 | 11.52 | 0.59 | 0.59 |
| Hex | D4 | 6F | 57 | 0 | 30 | 3B | 11 | C | 3B | 3B |
| Octal | 324 | 157 | 127 | 0 | 60 | 73 | 21 | 14 | 73 | 73 |
| Binary | 11010100 | 1101111 | 1010111 | 0 | 110000 | 111011 | 10001 | 1100 | 111011 | 111011 |
Color Harmonies of #D46F57
Complementary color
Monochromatic Colors of #D46F57
Black with #D46F57
Text Example
Text Example
White with #D46F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F57; }
p { color: rgb(212,111,87); }
H1.HeaderClassName
{
color: #D46F57;
}
.AnyTagClassName
{
color: #D46F57;
}
</style>
background-color css
<style>
a { background-color: #D46F57; }
a { background-color: rgb(212,111,87); }
div.DivClassName
{
background-color: #D46F57;
}
.BgClassName
{
background-color: #D46F57;
}
</style>
border-color css
<style>
span { border-color: #D46F57; }
span { border-color: rgb(212,111,87); }
td.TdClassName
{
border-color: #D46F57;
}
.TagClassName
{
border-color: #D46F57;
}
</style>