Shades of Japonica #D17261
Tints of Japonica #D17261
RGB
CMYK
RGB Variations
Color information
#D17261 (or 0xD17261) is known color: Japonica. HEX triplet: D1, 72 and 61. RGB value is (209,114,97). Sum of RGB (Red+Green+Blue) = 209+114+97=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D17261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17261 is #2E8D9E. Grayscale: #8C8C8C. Windows color (decimal): -3050911 or 6386385. OLE color: 6386385.
HSL color Cylindrical-coordinate representation of color #D17261: hue angle of 9.11º 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 #D17261 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 97 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.18 |
| HSL | 9.11º | 0.55% | 0.6% | - |
| HSV(B) | 9.11º | 0.54% | 0.82% | - |
| XYZ | 34.47 | 26.45 | 14.6 | - |
| YUV | 140.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 97 | 0 | 0.45 | 0.54 | 0.18 | 9.11 | 0.55 | 0.6 |
| Hex | D1 | 72 | 61 | 0 | 2D | 36 | 12 | 9 | 37 | 3C |
| Octal | 321 | 162 | 141 | 0 | 55 | 66 | 22 | 11 | 67 | 74 |
| Binary | 11010001 | 1110010 | 1100001 | 0 | 101101 | 110110 | 10010 | 1001 | 110111 | 111100 |
Color Harmonies of #D17261
Complementary color
Monochromatic Colors of #D17261
Black with #D17261
Text Example
Text Example
White with #D17261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17261; }
p { color: rgb(209,114,97); }
H1.HeaderClassName
{
color: #D17261;
}
.AnyTagClassName
{
color: #D17261;
}
</style>
background-color css
<style>
a { background-color: #D17261; }
a { background-color: rgb(209,114,97); }
div.DivClassName
{
background-color: #D17261;
}
.BgClassName
{
background-color: #D17261;
}
</style>
border-color css
<style>
span { border-color: #D17261; }
span { border-color: rgb(209,114,97); }
td.TdClassName
{
border-color: #D17261;
}
.TagClassName
{
border-color: #D17261;
}
</style>