Shades of Japonica #D17465
Tints of Japonica #D17465
RGB
CMYK
RGB Variations
Color information
#D17465 (or 0xD17465) is known color: Japonica. HEX triplet: D1, 74 and 65. RGB value is (209,116,101). Sum of RGB (Red+Green+Blue) = 209+116+101=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17465 is #2E8B9A. Grayscale: #8E8E8E. Windows color (decimal): -3050395 or 6649041. OLE color: 6649041.
HSL color Cylindrical-coordinate representation of color #D17465: hue angle of 8.33º 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 #D17465 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 101 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 8.33º | 0.54% | 0.61% | - |
| HSV(B) | 8.33º | 0.52% | 0.82% | - |
| XYZ | 34.89 | 26.99 | 15.68 | - |
| YUV | 142.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 101 | 0 | 0.44 | 0.52 | 0.18 | 8.33 | 0.54 | 0.61 |
| Hex | D1 | 74 | 65 | 0 | 2C | 34 | 12 | 8 | 36 | 3D |
| Octal | 321 | 164 | 145 | 0 | 54 | 64 | 22 | 10 | 66 | 75 |
| Binary | 11010001 | 1110100 | 1100101 | 0 | 101100 | 110100 | 10010 | 1000 | 110110 | 111101 |
Color Harmonies of #D17465
Complementary color
Monochromatic Colors of #D17465
Black with #D17465
Text Example
Text Example
White with #D17465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17465; }
p { color: rgb(209,116,101); }
H1.HeaderClassName
{
color: #D17465;
}
.AnyTagClassName
{
color: #D17465;
}
</style>
background-color css
<style>
a { background-color: #D17465; }
a { background-color: rgb(209,116,101); }
div.DivClassName
{
background-color: #D17465;
}
.BgClassName
{
background-color: #D17465;
}
</style>
border-color css
<style>
span { border-color: #D17465; }
span { border-color: rgb(209,116,101); }
td.TdClassName
{
border-color: #D17465;
}
.TagClassName
{
border-color: #D17465;
}
</style>