Shades of Japonica #D17855
Tints of Japonica #D17855
RGB
CMYK
RGB Variations
Color information
#D17855 (or 0xD17855) is known color: Japonica. HEX triplet: D1, 78 and 55. RGB value is (209,120,85). Sum of RGB (Red+Green+Blue) = 209+120+85=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D17855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17855 is #2E87AA. Grayscale: #8E8E8E. Windows color (decimal): -3049387 or 5601489. OLE color: 5601489.
HSL color Cylindrical-coordinate representation of color #D17855: hue angle of 16.94º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D17855 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 85 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.18 |
| HSL | 16.94º | 0.57% | 0.58% | - |
| HSV(B) | 16.94º | 0.59% | 0.82% | - |
| XYZ | 34.65 | 27.64 | 12.1 | - |
| YUV | 142.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 85 | 0 | 0.43 | 0.59 | 0.18 | 16.94 | 0.57 | 0.58 |
| Hex | D1 | 78 | 55 | 0 | 2B | 3B | 12 | 11 | 39 | 3A |
| Octal | 321 | 170 | 125 | 0 | 53 | 73 | 22 | 21 | 71 | 72 |
| Binary | 11010001 | 1111000 | 1010101 | 0 | 101011 | 111011 | 10010 | 10001 | 111001 | 111010 |
Color Harmonies of #D17855
Complementary color
Monochromatic Colors of #D17855
Black with #D17855
Text Example
Text Example
White with #D17855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17855; }
p { color: rgb(209,120,85); }
H1.HeaderClassName
{
color: #D17855;
}
.AnyTagClassName
{
color: #D17855;
}
</style>
background-color css
<style>
a { background-color: #D17855; }
a { background-color: rgb(209,120,85); }
div.DivClassName
{
background-color: #D17855;
}
.BgClassName
{
background-color: #D17855;
}
</style>
border-color css
<style>
span { border-color: #D17855; }
span { border-color: rgb(209,120,85); }
td.TdClassName
{
border-color: #D17855;
}
.TagClassName
{
border-color: #D17855;
}
</style>