Shades of Japonica #D57154
Tints of Japonica #D57154
RGB
CMYK
RGB Variations
Color information
#D57154 (or 0xD57154) is known color: Japonica. HEX triplet: D5, 71 and 54. RGB value is (213,113,84). Sum of RGB (Red+Green+Blue) = 213+113+84=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D57154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57154 is #2A8EAB. Grayscale: #8B8B8B. Windows color (decimal): -2789036 or 5534165. OLE color: 5534165.
HSL color Cylindrical-coordinate representation of color #D57154: hue angle of 13.49º 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 #D57154 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 84 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.16 |
| HSL | 13.49º | 0.61% | 0.58% | - |
| HSV(B) | 13.49º | 0.61% | 0.84% | - |
| XYZ | 34.95 | 26.6 | 11.68 | - |
| YUV | 139.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 84 | 0 | 0.47 | 0.61 | 0.16 | 13.49 | 0.61 | 0.58 |
| Hex | D5 | 71 | 54 | 0 | 2F | 3D | 10 | D | 3D | 3A |
| Octal | 325 | 161 | 124 | 0 | 57 | 75 | 20 | 15 | 75 | 72 |
| Binary | 11010101 | 1110001 | 1010100 | 0 | 101111 | 111101 | 10000 | 1101 | 111101 | 111010 |
Color Harmonies of #D57154
Complementary color
Monochromatic Colors of #D57154
Black with #D57154
Text Example
Text Example
White with #D57154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57154; }
p { color: rgb(213,113,84); }
H1.HeaderClassName
{
color: #D57154;
}
.AnyTagClassName
{
color: #D57154;
}
</style>
background-color css
<style>
a { background-color: #D57154; }
a { background-color: rgb(213,113,84); }
div.DivClassName
{
background-color: #D57154;
}
.BgClassName
{
background-color: #D57154;
}
</style>
border-color css
<style>
span { border-color: #D57154; }
span { border-color: rgb(213,113,84); }
td.TdClassName
{
border-color: #D57154;
}
.TagClassName
{
border-color: #D57154;
}
</style>