Shades of Japonica #D17463
Tints of Japonica #D17463
RGB
CMYK
RGB Variations
Color information
#D17463 (or 0xD17463) is known color: Japonica. HEX triplet: D1, 74 and 63. RGB value is (209,116,99). Sum of RGB (Red+Green+Blue) = 209+116+99=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17463 is #2E8B9C. Grayscale: #8E8E8E. Windows color (decimal): -3050397 or 6517969. OLE color: 6517969.
HSL color Cylindrical-coordinate representation of color #D17463: hue angle of 9.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17463 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 99 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.18 |
| HSL | 9.27º | 0.54% | 0.6% | - |
| HSV(B) | 9.27º | 0.53% | 0.82% | - |
| XYZ | 34.79 | 26.95 | 15.17 | - |
| YUV | 141.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 99 | 0 | 0.44 | 0.53 | 0.18 | 9.27 | 0.54 | 0.6 |
| Hex | D1 | 74 | 63 | 0 | 2C | 35 | 12 | 9 | 36 | 3C |
| Octal | 321 | 164 | 143 | 0 | 54 | 65 | 22 | 11 | 66 | 74 |
| Binary | 11010001 | 1110100 | 1100011 | 0 | 101100 | 110101 | 10010 | 1001 | 110110 | 111100 |
Color Harmonies of #D17463
Complementary color
Monochromatic Colors of #D17463
Black with #D17463
Text Example
Text Example
White with #D17463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17463; }
p { color: rgb(209,116,99); }
H1.HeaderClassName
{
color: #D17463;
}
.AnyTagClassName
{
color: #D17463;
}
</style>
background-color css
<style>
a { background-color: #D17463; }
a { background-color: rgb(209,116,99); }
div.DivClassName
{
background-color: #D17463;
}
.BgClassName
{
background-color: #D17463;
}
</style>
border-color css
<style>
span { border-color: #D17463; }
span { border-color: rgb(209,116,99); }
td.TdClassName
{
border-color: #D17463;
}
.TagClassName
{
border-color: #D17463;
}
</style>