Shades of Japonica #D17459
Tints of Japonica #D17459
RGB
CMYK
RGB Variations
Color information
#D17459 (or 0xD17459) is known color: Japonica. HEX triplet: D1, 74 and 59. RGB value is (209,116,89). Sum of RGB (Red+Green+Blue) = 209+116+89=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D17459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17459 is #2E8BA6. Grayscale: #8C8C8C. Windows color (decimal): -3050407 or 5862609. OLE color: 5862609.
HSL color Cylindrical-coordinate representation of color #D17459: hue angle of 13.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D17459 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 89 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.18 |
| HSL | 13.5º | 0.57% | 0.58% | - |
| HSV(B) | 13.5º | 0.57% | 0.82% | - |
| XYZ | 34.34 | 26.77 | 12.81 | - |
| YUV | 140.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 89 | 0 | 0.44 | 0.57 | 0.18 | 13.5 | 0.57 | 0.58 |
| Hex | D1 | 74 | 59 | 0 | 2C | 39 | 12 | E | 39 | 3A |
| Octal | 321 | 164 | 131 | 0 | 54 | 71 | 22 | 16 | 71 | 72 |
| Binary | 11010001 | 1110100 | 1011001 | 0 | 101100 | 111001 | 10010 | 1110 | 111001 | 111010 |
Color Harmonies of #D17459
Complementary color
Monochromatic Colors of #D17459
Black with #D17459
Text Example
Text Example
White with #D17459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17459; }
p { color: rgb(209,116,89); }
H1.HeaderClassName
{
color: #D17459;
}
.AnyTagClassName
{
color: #D17459;
}
</style>
background-color css
<style>
a { background-color: #D17459; }
a { background-color: rgb(209,116,89); }
div.DivClassName
{
background-color: #D17459;
}
.BgClassName
{
background-color: #D17459;
}
</style>
border-color css
<style>
span { border-color: #D17459; }
span { border-color: rgb(209,116,89); }
td.TdClassName
{
border-color: #D17459;
}
.TagClassName
{
border-color: #D17459;
}
</style>