Shades of Japonica #D4705E
Tints of Japonica #D4705E
RGB
CMYK
RGB Variations
Color information
#D4705E (or 0xD4705E) is known color: Japonica. HEX triplet: D4, 70 and 5E. RGB value is (212,112,94). Sum of RGB (Red+Green+Blue) = 212+112+94=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4705E is #2B8FA1. Grayscale: #8C8C8C. Windows color (decimal): -2854818 or 6189268. OLE color: 6189268.
HSL color Cylindrical-coordinate representation of color #D4705E: hue angle of 9.15º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4705E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 94 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.17 |
| HSL | 9.15º | 0.58% | 0.6% | - |
| HSV(B) | 9.15º | 0.56% | 0.83% | - |
| XYZ | 34.97 | 26.39 | 13.84 | - |
| YUV | 139.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 94 | 0 | 0.47 | 0.56 | 0.17 | 9.15 | 0.58 | 0.6 |
| Hex | D4 | 70 | 5E | 0 | 2F | 38 | 11 | 9 | 3A | 3C |
| Octal | 324 | 160 | 136 | 0 | 57 | 70 | 21 | 11 | 72 | 74 |
| Binary | 11010100 | 1110000 | 1011110 | 0 | 101111 | 111000 | 10001 | 1001 | 111010 | 111100 |
Color Harmonies of #D4705E
Complementary color
Monochromatic Colors of #D4705E
Black with #D4705E
Text Example
Text Example
White with #D4705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4705E; }
p { color: rgb(212,112,94); }
H1.HeaderClassName
{
color: #D4705E;
}
.AnyTagClassName
{
color: #D4705E;
}
</style>
background-color css
<style>
a { background-color: #D4705E; }
a { background-color: rgb(212,112,94); }
div.DivClassName
{
background-color: #D4705E;
}
.BgClassName
{
background-color: #D4705E;
}
</style>
border-color css
<style>
span { border-color: #D4705E; }
span { border-color: rgb(212,112,94); }
td.TdClassName
{
border-color: #D4705E;
}
.TagClassName
{
border-color: #D4705E;
}
</style>