Shades of Japonica #D1785D
Tints of Japonica #D1785D
RGB
CMYK
RGB Variations
Color information
#D1785D (or 0xD1785D) is known color: Japonica. HEX triplet: D1, 78 and 5D. RGB value is (209,120,93). Sum of RGB (Red+Green+Blue) = 209+120+93=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1785D is #2E87A2. Grayscale: #8F8F8F. Windows color (decimal): -3049379 or 6125777. OLE color: 6125777.
HSL color Cylindrical-coordinate representation of color #D1785D: hue angle of 13.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1785D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 93 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.18 |
| HSL | 13.97º | 0.56% | 0.59% | - |
| HSV(B) | 13.97º | 0.56% | 0.82% | - |
| XYZ | 34.99 | 27.78 | 13.87 | - |
| YUV | 143.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 93 | 0 | 0.43 | 0.56 | 0.18 | 13.97 | 0.56 | 0.59 |
| Hex | D1 | 78 | 5D | 0 | 2B | 38 | 12 | E | 38 | 3B |
| Octal | 321 | 170 | 135 | 0 | 53 | 70 | 22 | 16 | 70 | 73 |
| Binary | 11010001 | 1111000 | 1011101 | 0 | 101011 | 111000 | 10010 | 1110 | 111000 | 111011 |
Color Harmonies of #D1785D
Complementary color
Monochromatic Colors of #D1785D
Black with #D1785D
Text Example
Text Example
White with #D1785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1785D; }
p { color: rgb(209,120,93); }
H1.HeaderClassName
{
color: #D1785D;
}
.AnyTagClassName
{
color: #D1785D;
}
</style>
background-color css
<style>
a { background-color: #D1785D; }
a { background-color: rgb(209,120,93); }
div.DivClassName
{
background-color: #D1785D;
}
.BgClassName
{
background-color: #D1785D;
}
</style>
border-color css
<style>
span { border-color: #D1785D; }
span { border-color: rgb(209,120,93); }
td.TdClassName
{
border-color: #D1785D;
}
.TagClassName
{
border-color: #D1785D;
}
</style>