Shades of Japonica #D57254
Tints of Japonica #D57254
RGB
CMYK
RGB Variations
Color information
#D57254 (or 0xD57254) is known color: Japonica. HEX triplet: D5, 72 and 54. RGB value is (213,114,84). Sum of RGB (Red+Green+Blue) = 213+114+84=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D57254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57254 is #2A8DAB. Grayscale: #8C8C8C. Windows color (decimal): -2788780 or 5534421. OLE color: 5534421.
HSL color Cylindrical-coordinate representation of color #D57254: hue angle of 13.95º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D57254 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 84 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.16 |
| HSL | 13.95º | 0.61% | 0.58% | - |
| HSV(B) | 13.95º | 0.61% | 0.84% | - |
| XYZ | 35.06 | 26.82 | 11.72 | - |
| YUV | 140.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 84 | 0 | 0.46 | 0.61 | 0.16 | 13.95 | 0.61 | 0.58 |
| Hex | D5 | 72 | 54 | 0 | 2E | 3D | 10 | E | 3D | 3A |
| Octal | 325 | 162 | 124 | 0 | 56 | 75 | 20 | 16 | 75 | 72 |
| Binary | 11010101 | 1110010 | 1010100 | 0 | 101110 | 111101 | 10000 | 1110 | 111101 | 111010 |
Color Harmonies of #D57254
Complementary color
Monochromatic Colors of #D57254
Black with #D57254
Text Example
Text Example
White with #D57254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57254; }
p { color: rgb(213,114,84); }
H1.HeaderClassName
{
color: #D57254;
}
.AnyTagClassName
{
color: #D57254;
}
</style>
background-color css
<style>
a { background-color: #D57254; }
a { background-color: rgb(213,114,84); }
div.DivClassName
{
background-color: #D57254;
}
.BgClassName
{
background-color: #D57254;
}
</style>
border-color css
<style>
span { border-color: #D57254; }
span { border-color: rgb(213,114,84); }
td.TdClassName
{
border-color: #D57254;
}
.TagClassName
{
border-color: #D57254;
}
</style>