Shades of Japonica #D17354
Tints of Japonica #D17354
RGB
CMYK
RGB Variations
Color information
#D17354 (or 0xD17354) is known color: Japonica. HEX triplet: D1, 73 and 54. RGB value is (209,115,84). Sum of RGB (Red+Green+Blue) = 209+115+84=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D17354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17354 is #2E8CAB. Grayscale: #8B8B8B. Windows color (decimal): -3050668 or 5534673. OLE color: 5534673.
HSL color Cylindrical-coordinate representation of color #D17354: hue angle of 14.88º 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 #D17354 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 84 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.18 |
| HSL | 14.88º | 0.58% | 0.57% | - |
| HSV(B) | 14.88º | 0.6% | 0.82% | - |
| XYZ | 34.03 | 26.46 | 11.7 | - |
| YUV | 139.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 84 | 0 | 0.45 | 0.60 | 0.18 | 14.88 | 0.58 | 0.57 |
| Hex | D1 | 73 | 54 | 0 | 2D | 3C | 12 | F | 3A | 39 |
| Octal | 321 | 163 | 124 | 0 | 55 | 74 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110011 | 1010100 | 0 | 101101 | 111100 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17354
Complementary color
Monochromatic Colors of #D17354
Black with #D17354
Text Example
Text Example
White with #D17354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17354; }
p { color: rgb(209,115,84); }
H1.HeaderClassName
{
color: #D17354;
}
.AnyTagClassName
{
color: #D17354;
}
</style>
background-color css
<style>
a { background-color: #D17354; }
a { background-color: rgb(209,115,84); }
div.DivClassName
{
background-color: #D17354;
}
.BgClassName
{
background-color: #D17354;
}
</style>
border-color css
<style>
span { border-color: #D17354; }
span { border-color: rgb(209,115,84); }
td.TdClassName
{
border-color: #D17354;
}
.TagClassName
{
border-color: #D17354;
}
</style>