Shades of Japonica #D57553
Tints of Japonica #D57553
RGB
CMYK
RGB Variations
Color information
#D57553 (or 0xD57553) is known color: Japonica. HEX triplet: D5, 75 and 53. RGB value is (213,117,83). Sum of RGB (Red+Green+Blue) = 213+117+83=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D57553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57553 is #2A8AAC. Grayscale: #8E8E8E. Windows color (decimal): -2788013 or 5469653. OLE color: 5469653.
HSL color Cylindrical-coordinate representation of color #D57553: hue angle of 15.69º 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 #D57553 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 83 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.16 |
| HSL | 15.69º | 0.61% | 0.58% | - |
| HSV(B) | 15.69º | 0.61% | 0.84% | - |
| XYZ | 35.36 | 27.49 | 11.63 | - |
| YUV | 141.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 83 | 0 | 0.45 | 0.61 | 0.16 | 15.69 | 0.61 | 0.58 |
| Hex | D5 | 75 | 53 | 0 | 2D | 3D | 10 | 10 | 3D | 3A |
| Octal | 325 | 165 | 123 | 0 | 55 | 75 | 20 | 20 | 75 | 72 |
| Binary | 11010101 | 1110101 | 1010011 | 0 | 101101 | 111101 | 10000 | 10000 | 111101 | 111010 |
Color Harmonies of #D57553
Complementary color
Monochromatic Colors of #D57553
Black with #D57553
Text Example
Text Example
White with #D57553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57553; }
p { color: rgb(213,117,83); }
H1.HeaderClassName
{
color: #D57553;
}
.AnyTagClassName
{
color: #D57553;
}
</style>
background-color css
<style>
a { background-color: #D57553; }
a { background-color: rgb(213,117,83); }
div.DivClassName
{
background-color: #D57553;
}
.BgClassName
{
background-color: #D57553;
}
</style>
border-color css
<style>
span { border-color: #D57553; }
span { border-color: rgb(213,117,83); }
td.TdClassName
{
border-color: #D57553;
}
.TagClassName
{
border-color: #D57553;
}
</style>