Shades of Japonica #D37056
Tints of Japonica #D37056
RGB
CMYK
RGB Variations
Color information
#D37056 (or 0xD37056) is known color: Japonica. HEX triplet: D3, 70 and 56. RGB value is (211,112,86). Sum of RGB (Red+Green+Blue) = 211+112+86=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D37056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37056 is #2C8FA9. Grayscale: #8A8A8A. Windows color (decimal): -2920362 or 5664979. OLE color: 5664979.
HSL color Cylindrical-coordinate representation of color #D37056: hue angle of 12.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D37056 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 86 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.17 |
| HSL | 12.48º | 0.59% | 0.58% | - |
| HSV(B) | 12.48º | 0.59% | 0.83% | - |
| XYZ | 34.34 | 26.11 | 12.03 | - |
| YUV | 138.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 86 | 0 | 0.47 | 0.59 | 0.17 | 12.48 | 0.59 | 0.58 |
| Hex | D3 | 70 | 56 | 0 | 2F | 3B | 11 | C | 3B | 3A |
| Octal | 323 | 160 | 126 | 0 | 57 | 73 | 21 | 14 | 73 | 72 |
| Binary | 11010011 | 1110000 | 1010110 | 0 | 101111 | 111011 | 10001 | 1100 | 111011 | 111010 |
Color Harmonies of #D37056
Complementary color
Monochromatic Colors of #D37056
Black with #D37056
Text Example
Text Example
White with #D37056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37056; }
p { color: rgb(211,112,86); }
H1.HeaderClassName
{
color: #D37056;
}
.AnyTagClassName
{
color: #D37056;
}
</style>
background-color css
<style>
a { background-color: #D37056; }
a { background-color: rgb(211,112,86); }
div.DivClassName
{
background-color: #D37056;
}
.BgClassName
{
background-color: #D37056;
}
</style>
border-color css
<style>
span { border-color: #D37056; }
span { border-color: rgb(211,112,86); }
td.TdClassName
{
border-color: #D37056;
}
.TagClassName
{
border-color: #D37056;
}
</style>