Shades of Japonica #D57662
Tints of Japonica #D57662
RGB
CMYK
RGB Variations
Color information
#D57662 (or 0xD57662) is known color: Japonica. HEX triplet: D5, 76 and 62. RGB value is (213,118,98). Sum of RGB (Red+Green+Blue) = 213+118+98=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D57662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57662 is #2A899D. Grayscale: #909090. Windows color (decimal): -2787742 or 6452949. OLE color: 6452949.
HSL color Cylindrical-coordinate representation of color #D57662: hue angle of 10.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57662 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 98 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.16 |
| HSL | 10.43º | 0.58% | 0.61% | - |
| HSV(B) | 10.43º | 0.54% | 0.84% | - |
| XYZ | 36.12 | 27.98 | 15.05 | - |
| YUV | 144.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 98 | 0 | 0.45 | 0.54 | 0.16 | 10.43 | 0.58 | 0.61 |
| Hex | D5 | 76 | 62 | 0 | 2D | 36 | 10 | A | 3A | 3D |
| Octal | 325 | 166 | 142 | 0 | 55 | 66 | 20 | 12 | 72 | 75 |
| Binary | 11010101 | 1110110 | 1100010 | 0 | 101101 | 110110 | 10000 | 1010 | 111010 | 111101 |
Color Harmonies of #D57662
Complementary color
Monochromatic Colors of #D57662
Black with #D57662
Text Example
Text Example
White with #D57662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57662; }
p { color: rgb(213,118,98); }
H1.HeaderClassName
{
color: #D57662;
}
.AnyTagClassName
{
color: #D57662;
}
</style>
background-color css
<style>
a { background-color: #D57662; }
a { background-color: rgb(213,118,98); }
div.DivClassName
{
background-color: #D57662;
}
.BgClassName
{
background-color: #D57662;
}
</style>
border-color css
<style>
span { border-color: #D57662; }
span { border-color: rgb(213,118,98); }
td.TdClassName
{
border-color: #D57662;
}
.TagClassName
{
border-color: #D57662;
}
</style>