Shades of Japonica #D17352
Tints of Japonica #D17352
RGB
CMYK
RGB Variations
Color information
#D17352 (or 0xD17352) is known color: Japonica. HEX triplet: D1, 73 and 52. RGB value is (209,115,82). Sum of RGB (Red+Green+Blue) = 209+115+82=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D17352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17352 is #2E8CAD. Grayscale: #8B8B8B. Windows color (decimal): -3050670 or 5403601. OLE color: 5403601.
HSL color Cylindrical-coordinate representation of color #D17352: hue angle of 15.59º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D17352 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 82 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.18 |
| HSL | 15.59º | 0.58% | 0.57% | - |
| HSV(B) | 15.59º | 0.61% | 0.82% | - |
| XYZ | 33.95 | 26.43 | 11.29 | - |
| YUV | 139.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 82 | 0 | 0.45 | 0.61 | 0.18 | 15.59 | 0.58 | 0.57 |
| Hex | D1 | 73 | 52 | 0 | 2D | 3D | 12 | 10 | 3A | 39 |
| Octal | 321 | 163 | 122 | 0 | 55 | 75 | 22 | 20 | 72 | 71 |
| Binary | 11010001 | 1110011 | 1010010 | 0 | 101101 | 111101 | 10010 | 10000 | 111010 | 111001 |
Color Harmonies of #D17352
Complementary color
Monochromatic Colors of #D17352
Black with #D17352
Text Example
Text Example
White with #D17352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17352; }
p { color: rgb(209,115,82); }
H1.HeaderClassName
{
color: #D17352;
}
.AnyTagClassName
{
color: #D17352;
}
</style>
background-color css
<style>
a { background-color: #D17352; }
a { background-color: rgb(209,115,82); }
div.DivClassName
{
background-color: #D17352;
}
.BgClassName
{
background-color: #D17352;
}
</style>
border-color css
<style>
span { border-color: #D17352; }
span { border-color: rgb(209,115,82); }
td.TdClassName
{
border-color: #D17352;
}
.TagClassName
{
border-color: #D17352;
}
</style>