Shades of Japonica #D56B52
Tints of Japonica #D56B52
RGB
CMYK
RGB Variations
Color information
#D56B52 (or 0xD56B52) is known color: Japonica. HEX triplet: D5, 6B and 52. RGB value is (213,107,82). Sum of RGB (Red+Green+Blue) = 213+107+82=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B52 is #2A94AD. Grayscale: #888888. Windows color (decimal): -2790574 or 5401557. OLE color: 5401557.
HSL color Cylindrical-coordinate representation of color #D56B52: hue angle of 11.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56B52 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 82 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.16 |
| HSL | 11.45º | 0.61% | 0.58% | - |
| HSV(B) | 11.45º | 0.62% | 0.84% | - |
| XYZ | 34.22 | 25.27 | 11.06 | - |
| YUV | 135.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 82 | 0 | 0.50 | 0.62 | 0.16 | 11.45 | 0.61 | 0.58 |
| Hex | D5 | 6B | 52 | 0 | 32 | 3E | 10 | B | 3D | 3A |
| Octal | 325 | 153 | 122 | 0 | 62 | 76 | 20 | 13 | 75 | 72 |
| Binary | 11010101 | 1101011 | 1010010 | 0 | 110010 | 111110 | 10000 | 1011 | 111101 | 111010 |
Color Harmonies of #D56B52
Complementary color
Monochromatic Colors of #D56B52
Black with #D56B52
Text Example
Text Example
White with #D56B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B52; }
p { color: rgb(213,107,82); }
H1.HeaderClassName
{
color: #D56B52;
}
.AnyTagClassName
{
color: #D56B52;
}
</style>
background-color css
<style>
a { background-color: #D56B52; }
a { background-color: rgb(213,107,82); }
div.DivClassName
{
background-color: #D56B52;
}
.BgClassName
{
background-color: #D56B52;
}
</style>
border-color css
<style>
span { border-color: #D56B52; }
span { border-color: rgb(213,107,82); }
td.TdClassName
{
border-color: #D56B52;
}
.TagClassName
{
border-color: #D56B52;
}
</style>