Shades of Japonica #D46B55
Tints of Japonica #D46B55
RGB
CMYK
RGB Variations
Color information
#D46B55 (or 0xD46B55) is known color: Japonica. HEX triplet: D4, 6B and 55. RGB value is (212,107,85). Sum of RGB (Red+Green+Blue) = 212+107+85=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B55 is #2B94AA. Grayscale: #888888. Windows color (decimal): -2856107 or 5598164. OLE color: 5598164.
HSL color Cylindrical-coordinate representation of color #D46B55: hue angle of 10.39º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D46B55 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 85 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.17 |
| HSL | 10.39º | 0.6% | 0.58% | - |
| HSV(B) | 10.39º | 0.6% | 0.83% | - |
| XYZ | 34.05 | 25.17 | 11.66 | - |
| YUV | 135.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 85 | 0 | 0.50 | 0.60 | 0.17 | 10.39 | 0.6 | 0.58 |
| Hex | D4 | 6B | 55 | 0 | 32 | 3C | 11 | A | 3C | 3A |
| Octal | 324 | 153 | 125 | 0 | 62 | 74 | 21 | 12 | 74 | 72 |
| Binary | 11010100 | 1101011 | 1010101 | 0 | 110010 | 111100 | 10001 | 1010 | 111100 | 111010 |
Color Harmonies of #D46B55
Complementary color
Monochromatic Colors of #D46B55
Black with #D46B55
Text Example
Text Example
White with #D46B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B55; }
p { color: rgb(212,107,85); }
H1.HeaderClassName
{
color: #D46B55;
}
.AnyTagClassName
{
color: #D46B55;
}
</style>
background-color css
<style>
a { background-color: #D46B55; }
a { background-color: rgb(212,107,85); }
div.DivClassName
{
background-color: #D46B55;
}
.BgClassName
{
background-color: #D46B55;
}
</style>
border-color css
<style>
span { border-color: #D46B55; }
span { border-color: rgb(212,107,85); }
td.TdClassName
{
border-color: #D46B55;
}
.TagClassName
{
border-color: #D46B55;
}
</style>