Shades of Japonica #D37556
Tints of Japonica #D37556
RGB
CMYK
RGB Variations
Color information
#D37556 (or 0xD37556) is known color: Japonica. HEX triplet: D3, 75 and 56. RGB value is (211,117,86). Sum of RGB (Red+Green+Blue) = 211+117+86=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D37556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37556 is #2C8AA9. Grayscale: #8D8D8D. Windows color (decimal): -2919082 or 5666259. OLE color: 5666259.
HSL color Cylindrical-coordinate representation of color #D37556: hue angle of 14.88º 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 #D37556 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 86 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.17 |
| HSL | 14.88º | 0.59% | 0.58% | - |
| HSV(B) | 14.88º | 0.59% | 0.83% | - |
| XYZ | 34.9 | 27.24 | 12.22 | - |
| YUV | 141.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 86 | 0 | 0.45 | 0.59 | 0.17 | 14.88 | 0.59 | 0.58 |
| Hex | D3 | 75 | 56 | 0 | 2D | 3B | 11 | F | 3B | 3A |
| Octal | 323 | 165 | 126 | 0 | 55 | 73 | 21 | 17 | 73 | 72 |
| Binary | 11010011 | 1110101 | 1010110 | 0 | 101101 | 111011 | 10001 | 1111 | 111011 | 111010 |
Color Harmonies of #D37556
Complementary color
Monochromatic Colors of #D37556
Black with #D37556
Text Example
Text Example
White with #D37556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37556; }
p { color: rgb(211,117,86); }
H1.HeaderClassName
{
color: #D37556;
}
.AnyTagClassName
{
color: #D37556;
}
</style>
background-color css
<style>
a { background-color: #D37556; }
a { background-color: rgb(211,117,86); }
div.DivClassName
{
background-color: #D37556;
}
.BgClassName
{
background-color: #D37556;
}
</style>
border-color css
<style>
span { border-color: #D37556; }
span { border-color: rgb(211,117,86); }
td.TdClassName
{
border-color: #D37556;
}
.TagClassName
{
border-color: #D37556;
}
</style>