Shades of Japonica #D46B51
Tints of Japonica #D46B51
RGB
CMYK
RGB Variations
Color information
#D46B51 (or 0xD46B51) is known color: Japonica. HEX triplet: D4, 6B and 51. RGB value is (212,107,81). Sum of RGB (Red+Green+Blue) = 212+107+81=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B51 is #2B94AE. Grayscale: #878787. Windows color (decimal): -2856111 or 5336020. OLE color: 5336020.
HSL color Cylindrical-coordinate representation of color #D46B51: hue angle of 11.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46B51 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 81 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.17 |
| HSL | 11.91º | 0.6% | 0.57% | - |
| HSV(B) | 11.91º | 0.62% | 0.83% | - |
| XYZ | 33.89 | 25.11 | 10.84 | - |
| YUV | 135.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 81 | 0 | 0.50 | 0.62 | 0.17 | 11.91 | 0.6 | 0.57 |
| Hex | D4 | 6B | 51 | 0 | 32 | 3E | 11 | C | 3C | 39 |
| Octal | 324 | 153 | 121 | 0 | 62 | 76 | 21 | 14 | 74 | 71 |
| Binary | 11010100 | 1101011 | 1010001 | 0 | 110010 | 111110 | 10001 | 1100 | 111100 | 111001 |
Color Harmonies of #D46B51
Complementary color
Monochromatic Colors of #D46B51
Black with #D46B51
Text Example
Text Example
White with #D46B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B51; }
p { color: rgb(212,107,81); }
H1.HeaderClassName
{
color: #D46B51;
}
.AnyTagClassName
{
color: #D46B51;
}
</style>
background-color css
<style>
a { background-color: #D46B51; }
a { background-color: rgb(212,107,81); }
div.DivClassName
{
background-color: #D46B51;
}
.BgClassName
{
background-color: #D46B51;
}
</style>
border-color css
<style>
span { border-color: #D46B51; }
span { border-color: rgb(212,107,81); }
td.TdClassName
{
border-color: #D46B51;
}
.TagClassName
{
border-color: #D46B51;
}
</style>