Shades of Japonica #D37257
Tints of Japonica #D37257
RGB
CMYK
RGB Variations
Color information
#D37257 (or 0xD37257) is known color: Japonica. HEX triplet: D3, 72 and 57. RGB value is (211,114,87). Sum of RGB (Red+Green+Blue) = 211+114+87=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D37257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37257 is #2C8DA8. Grayscale: #8C8C8C. Windows color (decimal): -2919849 or 5731027. OLE color: 5731027.
HSL color Cylindrical-coordinate representation of color #D37257: hue angle of 13.06º degrees, saturation: 0.58, 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 #D37257 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 87 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.17 |
| HSL | 13.06º | 0.58% | 0.58% | - |
| HSV(B) | 13.06º | 0.59% | 0.83% | - |
| XYZ | 34.6 | 26.57 | 12.32 | - |
| YUV | 139.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 87 | 0 | 0.46 | 0.59 | 0.17 | 13.06 | 0.58 | 0.58 |
| Hex | D3 | 72 | 57 | 0 | 2E | 3B | 11 | D | 3A | 3A |
| Octal | 323 | 162 | 127 | 0 | 56 | 73 | 21 | 15 | 72 | 72 |
| Binary | 11010011 | 1110010 | 1010111 | 0 | 101110 | 111011 | 10001 | 1101 | 111010 | 111010 |
Color Harmonies of #D37257
Complementary color
Monochromatic Colors of #D37257
Black with #D37257
Text Example
Text Example
White with #D37257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37257; }
p { color: rgb(211,114,87); }
H1.HeaderClassName
{
color: #D37257;
}
.AnyTagClassName
{
color: #D37257;
}
</style>
background-color css
<style>
a { background-color: #D37257; }
a { background-color: rgb(211,114,87); }
div.DivClassName
{
background-color: #D37257;
}
.BgClassName
{
background-color: #D37257;
}
</style>
border-color css
<style>
span { border-color: #D37257; }
span { border-color: rgb(211,114,87); }
td.TdClassName
{
border-color: #D37257;
}
.TagClassName
{
border-color: #D37257;
}
</style>