Shades of Japonica #D57955
Tints of Japonica #D57955
RGB
CMYK
RGB Variations
Color information
#D57955 (or 0xD57955) is known color: Japonica. HEX triplet: D5, 79 and 55. RGB value is (213,121,85). Sum of RGB (Red+Green+Blue) = 213+121+85=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D57955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57955 is #2A86AA. Grayscale: #909090. Windows color (decimal): -2786987 or 5601749. OLE color: 5601749.
HSL color Cylindrical-coordinate representation of color #D57955: hue angle of 16.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57955 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 85 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.16 |
| HSL | 16.88º | 0.6% | 0.58% | - |
| HSV(B) | 16.88º | 0.6% | 0.84% | - |
| XYZ | 35.92 | 28.48 | 12.2 | - |
| YUV | 144.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 85 | 0 | 0.43 | 0.60 | 0.16 | 16.88 | 0.6 | 0.58 |
| Hex | D5 | 79 | 55 | 0 | 2B | 3C | 10 | 11 | 3C | 3A |
| Octal | 325 | 171 | 125 | 0 | 53 | 74 | 20 | 21 | 74 | 72 |
| Binary | 11010101 | 1111001 | 1010101 | 0 | 101011 | 111100 | 10000 | 10001 | 111100 | 111010 |
Color Harmonies of #D57955
Complementary color
Monochromatic Colors of #D57955
Black with #D57955
Text Example
Text Example
White with #D57955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57955; }
p { color: rgb(213,121,85); }
H1.HeaderClassName
{
color: #D57955;
}
.AnyTagClassName
{
color: #D57955;
}
</style>
background-color css
<style>
a { background-color: #D57955; }
a { background-color: rgb(213,121,85); }
div.DivClassName
{
background-color: #D57955;
}
.BgClassName
{
background-color: #D57955;
}
</style>
border-color css
<style>
span { border-color: #D57955; }
span { border-color: rgb(213,121,85); }
td.TdClassName
{
border-color: #D57955;
}
.TagClassName
{
border-color: #D57955;
}
</style>