Shades of Japonica #D17265
Tints of Japonica #D17265
RGB
CMYK
RGB Variations
Color information
#D17265 (or 0xD17265) is known color: Japonica. HEX triplet: D1, 72 and 65. RGB value is (209,114,101). Sum of RGB (Red+Green+Blue) = 209+114+101=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17265 is #2E8D9A. Grayscale: #8D8D8D. Windows color (decimal): -3050907 or 6648529. OLE color: 6648529.
HSL color Cylindrical-coordinate representation of color #D17265: hue angle of 7.22º 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 #D17265 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 101 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 7.22º | 0.54% | 0.61% | - |
| HSV(B) | 7.22º | 0.52% | 0.82% | - |
| XYZ | 34.66 | 26.53 | 15.61 | - |
| YUV | 140.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 101 | 0 | 0.45 | 0.52 | 0.18 | 7.22 | 0.54 | 0.61 |
| Hex | D1 | 72 | 65 | 0 | 2D | 34 | 12 | 7 | 36 | 3D |
| Octal | 321 | 162 | 145 | 0 | 55 | 64 | 22 | 7 | 66 | 75 |
| Binary | 11010001 | 1110010 | 1100101 | 0 | 101101 | 110100 | 10010 | 111 | 110110 | 111101 |
Color Harmonies of #D17265
Complementary color
Monochromatic Colors of #D17265
Black with #D17265
Text Example
Text Example
White with #D17265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17265; }
p { color: rgb(209,114,101); }
H1.HeaderClassName
{
color: #D17265;
}
.AnyTagClassName
{
color: #D17265;
}
</style>
background-color css
<style>
a { background-color: #D17265; }
a { background-color: rgb(209,114,101); }
div.DivClassName
{
background-color: #D17265;
}
.BgClassName
{
background-color: #D17265;
}
</style>
border-color css
<style>
span { border-color: #D17265; }
span { border-color: rgb(209,114,101); }
td.TdClassName
{
border-color: #D17265;
}
.TagClassName
{
border-color: #D17265;
}
</style>