Shades of Japonica #D1755E
Tints of Japonica #D1755E
RGB
CMYK
RGB Variations
Color information
#D1755E (or 0xD1755E) is known color: Japonica. HEX triplet: D1, 75 and 5E. RGB value is (209,117,94). Sum of RGB (Red+Green+Blue) = 209+117+94=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1755E is #2E8AA1. Grayscale: #8E8E8E. Windows color (decimal): -3050146 or 6190545. OLE color: 6190545.
HSL color Cylindrical-coordinate representation of color #D1755E: hue angle of 12º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1755E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 94 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 12º | 0.56% | 0.59% | - |
| HSV(B) | 12º | 0.55% | 0.82% | - |
| XYZ | 34.68 | 27.09 | 13.99 | - |
| YUV | 141.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 94 | 0 | 0.44 | 0.55 | 0.18 | 12 | 0.56 | 0.59 |
| Hex | D1 | 75 | 5E | 0 | 2C | 37 | 12 | C | 38 | 3B |
| Octal | 321 | 165 | 136 | 0 | 54 | 67 | 22 | 14 | 70 | 73 |
| Binary | 11010001 | 1110101 | 1011110 | 0 | 101100 | 110111 | 10010 | 1100 | 111000 | 111011 |
Color Harmonies of #D1755E
Complementary color
Monochromatic Colors of #D1755E
Black with #D1755E
Text Example
Text Example
White with #D1755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1755E; }
p { color: rgb(209,117,94); }
H1.HeaderClassName
{
color: #D1755E;
}
.AnyTagClassName
{
color: #D1755E;
}
</style>
background-color css
<style>
a { background-color: #D1755E; }
a { background-color: rgb(209,117,94); }
div.DivClassName
{
background-color: #D1755E;
}
.BgClassName
{
background-color: #D1755E;
}
</style>
border-color css
<style>
span { border-color: #D1755E; }
span { border-color: rgb(209,117,94); }
td.TdClassName
{
border-color: #D1755E;
}
.TagClassName
{
border-color: #D1755E;
}
</style>