Shades of Japonica #D46A50
Tints of Japonica #D46A50
RGB
CMYK
RGB Variations
Color information
#D46A50 (or 0xD46A50) is known color: Japonica. HEX triplet: D4, 6A and 50. RGB value is (212,106,80). Sum of RGB (Red+Green+Blue) = 212+106+80=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A50 is #2B95AF. Grayscale: #868686. Windows color (decimal): -2856368 or 5270228. OLE color: 5270228.
HSL color Cylindrical-coordinate representation of color #D46A50: hue angle of 11.82º degrees, saturation: 0.61, 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 #D46A50 is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 80 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.17 |
| HSL | 11.82º | 0.61% | 0.57% | - |
| HSV(B) | 11.82º | 0.62% | 0.83% | - |
| XYZ | 33.75 | 24.88 | 10.61 | - |
| YUV | 134.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 80 | 0 | 0.5 | 0.62 | 0.17 | 11.82 | 0.61 | 0.57 |
| Hex | D4 | 6A | 50 | 0 | 32 | 3E | 11 | C | 3D | 39 |
| Octal | 324 | 152 | 120 | 0 | 62 | 76 | 21 | 14 | 75 | 71 |
| Binary | 11010100 | 1101010 | 1010000 | 0 | 110010 | 111110 | 10001 | 1100 | 111101 | 111001 |
Color Harmonies of #D46A50
Complementary color
Monochromatic Colors of #D46A50
Black with #D46A50
Text Example
Text Example
White with #D46A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A50; }
p { color: rgb(212,106,80); }
H1.HeaderClassName
{
color: #D46A50;
}
.AnyTagClassName
{
color: #D46A50;
}
</style>
background-color css
<style>
a { background-color: #D46A50; }
a { background-color: rgb(212,106,80); }
div.DivClassName
{
background-color: #D46A50;
}
.BgClassName
{
background-color: #D46A50;
}
</style>
border-color css
<style>
span { border-color: #D46A50; }
span { border-color: rgb(212,106,80); }
td.TdClassName
{
border-color: #D46A50;
}
.TagClassName
{
border-color: #D46A50;
}
</style>