Shades of Japonica #D17262
Tints of Japonica #D17262
RGB
CMYK
RGB Variations
Color information
#D17262 (or 0xD17262) is known color: Japonica. HEX triplet: D1, 72 and 62. RGB value is (209,114,98). Sum of RGB (Red+Green+Blue) = 209+114+98=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D17262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17262 is #2E8D9D. Grayscale: #8C8C8C. Windows color (decimal): -3050910 or 6451921. OLE color: 6451921.
HSL color Cylindrical-coordinate representation of color #D17262: hue angle of 8.65º degrees, saturation: 0.55, 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 #D17262 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 98 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.18 |
| HSL | 8.65º | 0.55% | 0.6% | - |
| HSV(B) | 8.65º | 0.53% | 0.82% | - |
| XYZ | 34.52 | 26.47 | 14.85 | - |
| YUV | 140.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 98 | 0 | 0.45 | 0.53 | 0.18 | 8.65 | 0.55 | 0.6 |
| Hex | D1 | 72 | 62 | 0 | 2D | 35 | 12 | 9 | 37 | 3C |
| Octal | 321 | 162 | 142 | 0 | 55 | 65 | 22 | 11 | 67 | 74 |
| Binary | 11010001 | 1110010 | 1100010 | 0 | 101101 | 110101 | 10010 | 1001 | 110111 | 111100 |
Color Harmonies of #D17262
Complementary color
Monochromatic Colors of #D17262
Black with #D17262
Text Example
Text Example
White with #D17262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17262; }
p { color: rgb(209,114,98); }
H1.HeaderClassName
{
color: #D17262;
}
.AnyTagClassName
{
color: #D17262;
}
</style>
background-color css
<style>
a { background-color: #D17262; }
a { background-color: rgb(209,114,98); }
div.DivClassName
{
background-color: #D17262;
}
.BgClassName
{
background-color: #D17262;
}
</style>
border-color css
<style>
span { border-color: #D17262; }
span { border-color: rgb(209,114,98); }
td.TdClassName
{
border-color: #D17262;
}
.TagClassName
{
border-color: #D17262;
}
</style>