Shades of Japonica #D17065
Tints of Japonica #D17065
RGB
CMYK
RGB Variations
Color information
#D17065 (or 0xD17065) is known color: Japonica. HEX triplet: D1, 70 and 65. RGB value is (209,112,101). Sum of RGB (Red+Green+Blue) = 209+112+101=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D17065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17065 is #2E8F9A. Grayscale: #8B8B8B. Windows color (decimal): -3051419 or 6648017. OLE color: 6648017.
HSL color Cylindrical-coordinate representation of color #D17065: hue angle of 6.11º 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 #D17065 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 101 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.18 |
| HSL | 6.11º | 0.54% | 0.61% | - |
| HSV(B) | 6.11º | 0.52% | 0.82% | - |
| XYZ | 34.44 | 26.08 | 15.53 | - |
| YUV | 139.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 101 | 0 | 0.46 | 0.52 | 0.18 | 6.11 | 0.54 | 0.61 |
| Hex | D1 | 70 | 65 | 0 | 2E | 34 | 12 | 6 | 36 | 3D |
| Octal | 321 | 160 | 145 | 0 | 56 | 64 | 22 | 6 | 66 | 75 |
| Binary | 11010001 | 1110000 | 1100101 | 0 | 101110 | 110100 | 10010 | 110 | 110110 | 111101 |
Color Harmonies of #D17065
Complementary color
Monochromatic Colors of #D17065
Black with #D17065
Text Example
Text Example
White with #D17065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17065; }
p { color: rgb(209,112,101); }
H1.HeaderClassName
{
color: #D17065;
}
.AnyTagClassName
{
color: #D17065;
}
</style>
background-color css
<style>
a { background-color: #D17065; }
a { background-color: rgb(209,112,101); }
div.DivClassName
{
background-color: #D17065;
}
.BgClassName
{
background-color: #D17065;
}
</style>
border-color css
<style>
span { border-color: #D17065; }
span { border-color: rgb(209,112,101); }
td.TdClassName
{
border-color: #D17065;
}
.TagClassName
{
border-color: #D17065;
}
</style>