Shades of Japonica #D56A54
Tints of Japonica #D56A54
RGB
CMYK
RGB Variations
Color information
#D56A54 (or 0xD56A54) is known color: Japonica. HEX triplet: D5, 6A and 54. RGB value is (213,106,84). Sum of RGB (Red+Green+Blue) = 213+106+84=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A54 is #2A95AB. Grayscale: #878787. Windows color (decimal): -2790828 or 5532373. OLE color: 5532373.
HSL color Cylindrical-coordinate representation of color #D56A54: hue angle of 10.23º 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 #D56A54 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 84 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.16 |
| HSL | 10.23º | 0.61% | 0.58% | - |
| HSV(B) | 10.23º | 0.61% | 0.84% | - |
| XYZ | 34.19 | 25.09 | 11.43 | - |
| YUV | 135.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 84 | 0 | 0.50 | 0.61 | 0.16 | 10.23 | 0.61 | 0.58 |
| Hex | D5 | 6A | 54 | 0 | 32 | 3D | 10 | A | 3D | 3A |
| Octal | 325 | 152 | 124 | 0 | 62 | 75 | 20 | 12 | 75 | 72 |
| Binary | 11010101 | 1101010 | 1010100 | 0 | 110010 | 111101 | 10000 | 1010 | 111101 | 111010 |
Color Harmonies of #D56A54
Complementary color
Monochromatic Colors of #D56A54
Black with #D56A54
Text Example
Text Example
White with #D56A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A54; }
p { color: rgb(213,106,84); }
H1.HeaderClassName
{
color: #D56A54;
}
.AnyTagClassName
{
color: #D56A54;
}
</style>
background-color css
<style>
a { background-color: #D56A54; }
a { background-color: rgb(213,106,84); }
div.DivClassName
{
background-color: #D56A54;
}
.BgClassName
{
background-color: #D56A54;
}
</style>
border-color css
<style>
span { border-color: #D56A54; }
span { border-color: rgb(213,106,84); }
td.TdClassName
{
border-color: #D56A54;
}
.TagClassName
{
border-color: #D56A54;
}
</style>