Shades of Japonica #D17464
Tints of Japonica #D17464
RGB
CMYK
RGB Variations
Color information
#D17464 (or 0xD17464) is known color: Japonica. HEX triplet: D1, 74 and 64. RGB value is (209,116,100). Sum of RGB (Red+Green+Blue) = 209+116+100=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17464 is #2E8B9B. Grayscale: #8E8E8E. Windows color (decimal): -3050396 or 6583505. OLE color: 6583505.
HSL color Cylindrical-coordinate representation of color #D17464: hue angle of 8.81º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D17464 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 100 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 8.81º | 0.54% | 0.61% | - |
| HSV(B) | 8.81º | 0.52% | 0.82% | - |
| XYZ | 34.84 | 26.97 | 15.43 | - |
| YUV | 141.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 100 | 0 | 0.44 | 0.52 | 0.18 | 8.81 | 0.54 | 0.61 |
| Hex | D1 | 74 | 64 | 0 | 2C | 34 | 12 | 9 | 36 | 3D |
| Octal | 321 | 164 | 144 | 0 | 54 | 64 | 22 | 11 | 66 | 75 |
| Binary | 11010001 | 1110100 | 1100100 | 0 | 101100 | 110100 | 10010 | 1001 | 110110 | 111101 |
Color Harmonies of #D17464
Complementary color
Monochromatic Colors of #D17464
Black with #D17464
Text Example
Text Example
White with #D17464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17464; }
p { color: rgb(209,116,100); }
H1.HeaderClassName
{
color: #D17464;
}
.AnyTagClassName
{
color: #D17464;
}
</style>
background-color css
<style>
a { background-color: #D17464; }
a { background-color: rgb(209,116,100); }
div.DivClassName
{
background-color: #D17464;
}
.BgClassName
{
background-color: #D17464;
}
</style>
border-color css
<style>
span { border-color: #D17464; }
span { border-color: rgb(209,116,100); }
td.TdClassName
{
border-color: #D17464;
}
.TagClassName
{
border-color: #D17464;
}
</style>