Shades of Japonica #D17652
Tints of Japonica #D17652
RGB
CMYK
RGB Variations
Color information
#D17652 (or 0xD17652) is known color: Japonica. HEX triplet: D1, 76 and 52. RGB value is (209,118,82). Sum of RGB (Red+Green+Blue) = 209+118+82=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D17652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17652 is #2E89AD. Grayscale: #8D8D8D. Windows color (decimal): -3049902 or 5404369. OLE color: 5404369.
HSL color Cylindrical-coordinate representation of color #D17652: hue angle of 17.01º 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 #D17652 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 82 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.18 |
| HSL | 17.01º | 0.58% | 0.57% | - |
| HSV(B) | 17.01º | 0.61% | 0.82% | - |
| XYZ | 34.3 | 27.12 | 11.41 | - |
| YUV | 141.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 82 | 0 | 0.44 | 0.61 | 0.18 | 17.01 | 0.58 | 0.57 |
| Hex | D1 | 76 | 52 | 0 | 2C | 3D | 12 | 11 | 3A | 39 |
| Octal | 321 | 166 | 122 | 0 | 54 | 75 | 22 | 21 | 72 | 71 |
| Binary | 11010001 | 1110110 | 1010010 | 0 | 101100 | 111101 | 10010 | 10001 | 111010 | 111001 |
Color Harmonies of #D17652
Complementary color
Monochromatic Colors of #D17652
Black with #D17652
Text Example
Text Example
White with #D17652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17652; }
p { color: rgb(209,118,82); }
H1.HeaderClassName
{
color: #D17652;
}
.AnyTagClassName
{
color: #D17652;
}
</style>
background-color css
<style>
a { background-color: #D17652; }
a { background-color: rgb(209,118,82); }
div.DivClassName
{
background-color: #D17652;
}
.BgClassName
{
background-color: #D17652;
}
</style>
border-color css
<style>
span { border-color: #D17652; }
span { border-color: rgb(209,118,82); }
td.TdClassName
{
border-color: #D17652;
}
.TagClassName
{
border-color: #D17652;
}
</style>