Shades of Japonica #D1745F
Tints of Japonica #D1745F
RGB
CMYK
RGB Variations
Color information
#D1745F (or 0xD1745F) is known color: Japonica. HEX triplet: D1, 74 and 5F. RGB value is (209,116,95). Sum of RGB (Red+Green+Blue) = 209+116+95=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1745F is #2E8BA0. Grayscale: #8D8D8D. Windows color (decimal): -3050401 or 6255825. OLE color: 6255825.
HSL color Cylindrical-coordinate representation of color #D1745F: hue angle of 11.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1745F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 95 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 11.05º | 0.55% | 0.6% | - |
| HSV(B) | 11.05º | 0.55% | 0.82% | - |
| XYZ | 34.61 | 26.87 | 14.19 | - |
| YUV | 141.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 95 | 0 | 0.44 | 0.55 | 0.18 | 11.05 | 0.55 | 0.6 |
| Hex | D1 | 74 | 5F | 0 | 2C | 37 | 12 | B | 37 | 3C |
| Octal | 321 | 164 | 137 | 0 | 54 | 67 | 22 | 13 | 67 | 74 |
| Binary | 11010001 | 1110100 | 1011111 | 0 | 101100 | 110111 | 10010 | 1011 | 110111 | 111100 |
Color Harmonies of #D1745F
Complementary color
Monochromatic Colors of #D1745F
Black with #D1745F
Text Example
Text Example
White with #D1745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1745F; }
p { color: rgb(209,116,95); }
H1.HeaderClassName
{
color: #D1745F;
}
.AnyTagClassName
{
color: #D1745F;
}
</style>
background-color css
<style>
a { background-color: #D1745F; }
a { background-color: rgb(209,116,95); }
div.DivClassName
{
background-color: #D1745F;
}
.BgClassName
{
background-color: #D1745F;
}
</style>
border-color css
<style>
span { border-color: #D1745F; }
span { border-color: rgb(209,116,95); }
td.TdClassName
{
border-color: #D1745F;
}
.TagClassName
{
border-color: #D1745F;
}
</style>