Shades of Japonica #D87A5A
Tints of Japonica #D87A5A
RGB
CMYK
RGB Variations
Color information
#D87A5A (or 0xD87A5A) is known color: Japonica. HEX triplet: D8, 7A and 5A. RGB value is (216,122,90). Sum of RGB (Red+Green+Blue) = 216+122+90=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A5A is #2785A5. Grayscale: #929292. Windows color (decimal): -2590118 or 5929688. OLE color: 5929688.
HSL color Cylindrical-coordinate representation of color #D87A5A: hue angle of 15.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D87A5A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 90 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.15 |
| HSL | 15.24º | 0.62% | 0.6% | - |
| HSV(B) | 15.24º | 0.58% | 0.85% | - |
| XYZ | 37.12 | 29.26 | 13.36 | - |
| YUV | 146.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 90 | 0 | 0.44 | 0.58 | 0.15 | 15.24 | 0.62 | 0.6 |
| Hex | D8 | 7A | 5A | 0 | 2C | 3A | F | F | 3E | 3C |
| Octal | 330 | 172 | 132 | 0 | 54 | 72 | 17 | 17 | 76 | 74 |
| Binary | 11011000 | 1111010 | 1011010 | 0 | 101100 | 111010 | 1111 | 1111 | 111110 | 111100 |
Color Harmonies of #D87A5A
Complementary color
Monochromatic Colors of #D87A5A
Black with #D87A5A
Text Example
Text Example
White with #D87A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A5A; }
p { color: rgb(216,122,90); }
H1.HeaderClassName
{
color: #D87A5A;
}
.AnyTagClassName
{
color: #D87A5A;
}
</style>
background-color css
<style>
a { background-color: #D87A5A; }
a { background-color: rgb(216,122,90); }
div.DivClassName
{
background-color: #D87A5A;
}
.BgClassName
{
background-color: #D87A5A;
}
</style>
border-color css
<style>
span { border-color: #D87A5A; }
span { border-color: rgb(216,122,90); }
td.TdClassName
{
border-color: #D87A5A;
}
.TagClassName
{
border-color: #D87A5A;
}
</style>