Shades of Japonica #D17461
Tints of Japonica #D17461
RGB
CMYK
RGB Variations
Color information
#D17461 (or 0xD17461) is known color: Japonica. HEX triplet: D1, 74 and 61. RGB value is (209,116,97). Sum of RGB (Red+Green+Blue) = 209+116+97=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D17461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17461 is #2E8B9E. Grayscale: #8D8D8D. Windows color (decimal): -3050399 or 6386897. OLE color: 6386897.
HSL color Cylindrical-coordinate representation of color #D17461: hue angle of 10.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D17461 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 97 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.18 |
| HSL | 10.18º | 0.55% | 0.6% | - |
| HSV(B) | 10.18º | 0.54% | 0.82% | - |
| XYZ | 34.7 | 26.91 | 14.67 | - |
| YUV | 141.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 97 | 0 | 0.44 | 0.54 | 0.18 | 10.18 | 0.55 | 0.6 |
| Hex | D1 | 74 | 61 | 0 | 2C | 36 | 12 | A | 37 | 3C |
| Octal | 321 | 164 | 141 | 0 | 54 | 66 | 22 | 12 | 67 | 74 |
| Binary | 11010001 | 1110100 | 1100001 | 0 | 101100 | 110110 | 10010 | 1010 | 110111 | 111100 |
Color Harmonies of #D17461
Complementary color
Monochromatic Colors of #D17461
Black with #D17461
Text Example
Text Example
White with #D17461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17461; }
p { color: rgb(209,116,97); }
H1.HeaderClassName
{
color: #D17461;
}
.AnyTagClassName
{
color: #D17461;
}
</style>
background-color css
<style>
a { background-color: #D17461; }
a { background-color: rgb(209,116,97); }
div.DivClassName
{
background-color: #D17461;
}
.BgClassName
{
background-color: #D17461;
}
</style>
border-color css
<style>
span { border-color: #D17461; }
span { border-color: rgb(209,116,97); }
td.TdClassName
{
border-color: #D17461;
}
.TagClassName
{
border-color: #D17461;
}
</style>