Shades of Japonica #D47461
Tints of Japonica #D47461
RGB
CMYK
RGB Variations
Color information
#D47461 (or 0xD47461) is known color: Japonica. HEX triplet: D4, 74 and 61. RGB value is (212,116,97). Sum of RGB (Red+Green+Blue) = 212+116+97=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D47461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47461 is #2B8B9E. Grayscale: #8E8E8E. Windows color (decimal): -2853791 or 6386900. OLE color: 6386900.
HSL color Cylindrical-coordinate representation of color #D47461: hue angle of 9.91º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D47461 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 97 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.17 |
| HSL | 9.91º | 0.57% | 0.61% | - |
| HSV(B) | 9.91º | 0.54% | 0.83% | - |
| XYZ | 35.55 | 27.35 | 14.71 | - |
| YUV | 142.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 97 | 0 | 0.45 | 0.54 | 0.17 | 9.91 | 0.57 | 0.61 |
| Hex | D4 | 74 | 61 | 0 | 2D | 36 | 11 | A | 39 | 3D |
| Octal | 324 | 164 | 141 | 0 | 55 | 66 | 21 | 12 | 71 | 75 |
| Binary | 11010100 | 1110100 | 1100001 | 0 | 101101 | 110110 | 10001 | 1010 | 111001 | 111101 |
Color Harmonies of #D47461
Complementary color
Monochromatic Colors of #D47461
Black with #D47461
Text Example
Text Example
White with #D47461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47461; }
p { color: rgb(212,116,97); }
H1.HeaderClassName
{
color: #D47461;
}
.AnyTagClassName
{
color: #D47461;
}
</style>
background-color css
<style>
a { background-color: #D47461; }
a { background-color: rgb(212,116,97); }
div.DivClassName
{
background-color: #D47461;
}
.BgClassName
{
background-color: #D47461;
}
</style>
border-color css
<style>
span { border-color: #D47461; }
span { border-color: rgb(212,116,97); }
td.TdClassName
{
border-color: #D47461;
}
.TagClassName
{
border-color: #D47461;
}
</style>