Shades of Japonica #D17064
Tints of Japonica #D17064
RGB
CMYK
RGB Variations
Color information
#D17064 (or 0xD17064) is known color: Japonica. HEX triplet: D1, 70 and 64. RGB value is (209,112,100). Sum of RGB (Red+Green+Blue) = 209+112+100=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D17064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17064 is #2E8F9B. Grayscale: #8B8B8B. Windows color (decimal): -3051420 or 6582481. OLE color: 6582481.
HSL color Cylindrical-coordinate representation of color #D17064: hue angle of 6.61º 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 #D17064 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 100 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.18 |
| HSL | 6.61º | 0.54% | 0.61% | - |
| HSV(B) | 6.61º | 0.52% | 0.82% | - |
| XYZ | 34.39 | 26.06 | 15.27 | - |
| YUV | 139.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 100 | 0 | 0.46 | 0.52 | 0.18 | 6.61 | 0.54 | 0.61 |
| Hex | D1 | 70 | 64 | 0 | 2E | 34 | 12 | 7 | 36 | 3D |
| Octal | 321 | 160 | 144 | 0 | 56 | 64 | 22 | 7 | 66 | 75 |
| Binary | 11010001 | 1110000 | 1100100 | 0 | 101110 | 110100 | 10010 | 111 | 110110 | 111101 |
Color Harmonies of #D17064
Complementary color
Monochromatic Colors of #D17064
Black with #D17064
Text Example
Text Example
White with #D17064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17064; }
p { color: rgb(209,112,100); }
H1.HeaderClassName
{
color: #D17064;
}
.AnyTagClassName
{
color: #D17064;
}
</style>
background-color css
<style>
a { background-color: #D17064; }
a { background-color: rgb(209,112,100); }
div.DivClassName
{
background-color: #D17064;
}
.BgClassName
{
background-color: #D17064;
}
</style>
border-color css
<style>
span { border-color: #D17064; }
span { border-color: rgb(209,112,100); }
td.TdClassName
{
border-color: #D17064;
}
.TagClassName
{
border-color: #D17064;
}
</style>