Shades of Japonica #D57256
Tints of Japonica #D57256
RGB
CMYK
RGB Variations
Color information
#D57256 (or 0xD57256) is known color: Japonica. HEX triplet: D5, 72 and 56. RGB value is (213,114,86). Sum of RGB (Red+Green+Blue) = 213+114+86=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D57256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57256 is #2A8DA9. Grayscale: #8C8C8C. Windows color (decimal): -2788778 or 5665493. OLE color: 5665493.
HSL color Cylindrical-coordinate representation of color #D57256: hue angle of 13.23º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57256 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 86 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.16 |
| HSL | 13.23º | 0.6% | 0.59% | - |
| HSV(B) | 13.23º | 0.6% | 0.84% | - |
| XYZ | 35.14 | 26.85 | 12.14 | - |
| YUV | 140.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 86 | 0 | 0.46 | 0.60 | 0.16 | 13.23 | 0.6 | 0.59 |
| Hex | D5 | 72 | 56 | 0 | 2E | 3C | 10 | D | 3C | 3B |
| Octal | 325 | 162 | 126 | 0 | 56 | 74 | 20 | 15 | 74 | 73 |
| Binary | 11010101 | 1110010 | 1010110 | 0 | 101110 | 111100 | 10000 | 1101 | 111100 | 111011 |
Color Harmonies of #D57256
Complementary color
Monochromatic Colors of #D57256
Black with #D57256
Text Example
Text Example
White with #D57256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57256; }
p { color: rgb(213,114,86); }
H1.HeaderClassName
{
color: #D57256;
}
.AnyTagClassName
{
color: #D57256;
}
</style>
background-color css
<style>
a { background-color: #D57256; }
a { background-color: rgb(213,114,86); }
div.DivClassName
{
background-color: #D57256;
}
.BgClassName
{
background-color: #D57256;
}
</style>
border-color css
<style>
span { border-color: #D57256; }
span { border-color: rgb(213,114,86); }
td.TdClassName
{
border-color: #D57256;
}
.TagClassName
{
border-color: #D57256;
}
</style>