Shades of Japonica #D87A54
Tints of Japonica #D87A54
RGB
CMYK
RGB Variations
Color information
#D87A54 (or 0xD87A54) is known color: Japonica. HEX triplet: D8, 7A and 54. RGB value is (216,122,84). Sum of RGB (Red+Green+Blue) = 216+122+84=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A54 is #2785AB. Grayscale: #929292. Windows color (decimal): -2590124 or 5536472. OLE color: 5536472.
HSL color Cylindrical-coordinate representation of color #D87A54: hue angle of 17.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D87A54 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 84 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.15 |
| HSL | 17.27º | 0.63% | 0.59% | - |
| HSV(B) | 17.27º | 0.61% | 0.85% | - |
| XYZ | 36.88 | 29.16 | 12.07 | - |
| YUV | 145.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 84 | 0 | 0.44 | 0.61 | 0.15 | 17.27 | 0.63 | 0.59 |
| Hex | D8 | 7A | 54 | 0 | 2C | 3D | F | 11 | 3F | 3B |
| Octal | 330 | 172 | 124 | 0 | 54 | 75 | 17 | 21 | 77 | 73 |
| Binary | 11011000 | 1111010 | 1010100 | 0 | 101100 | 111101 | 1111 | 10001 | 111111 | 111011 |
Color Harmonies of #D87A54
Complementary color
Monochromatic Colors of #D87A54
Black with #D87A54
Text Example
Text Example
White with #D87A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A54; }
p { color: rgb(216,122,84); }
H1.HeaderClassName
{
color: #D87A54;
}
.AnyTagClassName
{
color: #D87A54;
}
</style>
background-color css
<style>
a { background-color: #D87A54; }
a { background-color: rgb(216,122,84); }
div.DivClassName
{
background-color: #D87A54;
}
.BgClassName
{
background-color: #D87A54;
}
</style>
border-color css
<style>
span { border-color: #D87A54; }
span { border-color: rgb(216,122,84); }
td.TdClassName
{
border-color: #D87A54;
}
.TagClassName
{
border-color: #D87A54;
}
</style>