Shades of Japonica #D1735E
Tints of Japonica #D1735E
RGB
CMYK
RGB Variations
Color information
#D1735E (or 0xD1735E) is known color: Japonica. HEX triplet: D1, 73 and 5E. RGB value is (209,115,94). Sum of RGB (Red+Green+Blue) = 209+115+94=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1735E is #2E8CA1. Grayscale: #8C8C8C. Windows color (decimal): -3050658 or 6190033. OLE color: 6190033.
HSL color Cylindrical-coordinate representation of color #D1735E: hue angle of 10.96º 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 #D1735E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 94 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.18 |
| HSL | 10.96º | 0.56% | 0.59% | - |
| HSV(B) | 10.96º | 0.55% | 0.82% | - |
| XYZ | 34.45 | 26.62 | 13.91 | - |
| YUV | 140.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 94 | 0 | 0.45 | 0.55 | 0.18 | 10.96 | 0.56 | 0.59 |
| Hex | D1 | 73 | 5E | 0 | 2D | 37 | 12 | B | 38 | 3B |
| Octal | 321 | 163 | 136 | 0 | 55 | 67 | 22 | 13 | 70 | 73 |
| Binary | 11010001 | 1110011 | 1011110 | 0 | 101101 | 110111 | 10010 | 1011 | 111000 | 111011 |
Color Harmonies of #D1735E
Complementary color
Monochromatic Colors of #D1735E
Black with #D1735E
Text Example
Text Example
White with #D1735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1735E; }
p { color: rgb(209,115,94); }
H1.HeaderClassName
{
color: #D1735E;
}
.AnyTagClassName
{
color: #D1735E;
}
</style>
background-color css
<style>
a { background-color: #D1735E; }
a { background-color: rgb(209,115,94); }
div.DivClassName
{
background-color: #D1735E;
}
.BgClassName
{
background-color: #D1735E;
}
</style>
border-color css
<style>
span { border-color: #D1735E; }
span { border-color: rgb(209,115,94); }
td.TdClassName
{
border-color: #D1735E;
}
.TagClassName
{
border-color: #D1735E;
}
</style>