Shades of Japonica #D17054
Tints of Japonica #D17054
RGB
CMYK
RGB Variations
Color information
#D17054 (or 0xD17054) is known color: Japonica. HEX triplet: D1, 70 and 54. RGB value is (209,112,84). Sum of RGB (Red+Green+Blue) = 209+112+84=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D17054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17054 is #2E8FAB. Grayscale: #8A8A8A. Windows color (decimal): -3051436 or 5533905. OLE color: 5533905.
HSL color Cylindrical-coordinate representation of color #D17054: hue angle of 13.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D17054 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 84 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 13.44º | 0.58% | 0.57% | - |
| HSV(B) | 13.44º | 0.6% | 0.82% | - |
| XYZ | 33.69 | 25.78 | 11.59 | - |
| YUV | 137.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 84 | 0 | 0.46 | 0.60 | 0.18 | 13.44 | 0.58 | 0.57 |
| Hex | D1 | 70 | 54 | 0 | 2E | 3C | 12 | D | 3A | 39 |
| Octal | 321 | 160 | 124 | 0 | 56 | 74 | 22 | 15 | 72 | 71 |
| Binary | 11010001 | 1110000 | 1010100 | 0 | 101110 | 111100 | 10010 | 1101 | 111010 | 111001 |
Color Harmonies of #D17054
Complementary color
Monochromatic Colors of #D17054
Black with #D17054
Text Example
Text Example
White with #D17054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17054; }
p { color: rgb(209,112,84); }
H1.HeaderClassName
{
color: #D17054;
}
.AnyTagClassName
{
color: #D17054;
}
</style>
background-color css
<style>
a { background-color: #D17054; }
a { background-color: rgb(209,112,84); }
div.DivClassName
{
background-color: #D17054;
}
.BgClassName
{
background-color: #D17054;
}
</style>
border-color css
<style>
span { border-color: #D17054; }
span { border-color: rgb(209,112,84); }
td.TdClassName
{
border-color: #D17054;
}
.TagClassName
{
border-color: #D17054;
}
</style>