Shades of Japonica #D57953
Tints of Japonica #D57953
RGB
CMYK
RGB Variations
Color information
#D57953 (or 0xD57953) is known color: Japonica. HEX triplet: D5, 79 and 53. RGB value is (213,121,83). Sum of RGB (Red+Green+Blue) = 213+121+83=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D57953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57953 is #2A86AC. Grayscale: #909090. Windows color (decimal): -2786989 or 5470677. OLE color: 5470677.
HSL color Cylindrical-coordinate representation of color #D57953: hue angle of 17.54º 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 #D57953 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 83 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.16 |
| HSL | 17.54º | 0.61% | 0.58% | - |
| HSV(B) | 17.54º | 0.61% | 0.84% | - |
| XYZ | 35.84 | 28.45 | 11.79 | - |
| YUV | 144.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 83 | 0 | 0.43 | 0.61 | 0.16 | 17.54 | 0.61 | 0.58 |
| Hex | D5 | 79 | 53 | 0 | 2B | 3D | 10 | 12 | 3D | 3A |
| Octal | 325 | 171 | 123 | 0 | 53 | 75 | 20 | 22 | 75 | 72 |
| Binary | 11010101 | 1111001 | 1010011 | 0 | 101011 | 111101 | 10000 | 10010 | 111101 | 111010 |
Color Harmonies of #D57953
Complementary color
Monochromatic Colors of #D57953
Black with #D57953
Text Example
Text Example
White with #D57953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57953; }
p { color: rgb(213,121,83); }
H1.HeaderClassName
{
color: #D57953;
}
.AnyTagClassName
{
color: #D57953;
}
</style>
background-color css
<style>
a { background-color: #D57953; }
a { background-color: rgb(213,121,83); }
div.DivClassName
{
background-color: #D57953;
}
.BgClassName
{
background-color: #D57953;
}
</style>
border-color css
<style>
span { border-color: #D57953; }
span { border-color: rgb(213,121,83); }
td.TdClassName
{
border-color: #D57953;
}
.TagClassName
{
border-color: #D57953;
}
</style>