Shades of Japonica #D47755
Tints of Japonica #D47755
RGB
CMYK
RGB Variations
Color information
#D47755 (or 0xD47755) is known color: Japonica. HEX triplet: D4, 77 and 55. RGB value is (212,119,85). Sum of RGB (Red+Green+Blue) = 212+119+85=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D47755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47755 is #2B88AA. Grayscale: #8F8F8F. Windows color (decimal): -2853035 or 5601236. OLE color: 5601236.
HSL color Cylindrical-coordinate representation of color #D47755: hue angle of 16.06º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D47755 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 85 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.17 |
| HSL | 16.06º | 0.6% | 0.58% | - |
| HSV(B) | 16.06º | 0.6% | 0.83% | - |
| XYZ | 35.39 | 27.85 | 12.1 | - |
| YUV | 142.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 85 | 0 | 0.44 | 0.60 | 0.17 | 16.06 | 0.6 | 0.58 |
| Hex | D4 | 77 | 55 | 0 | 2C | 3C | 11 | 10 | 3C | 3A |
| Octal | 324 | 167 | 125 | 0 | 54 | 74 | 21 | 20 | 74 | 72 |
| Binary | 11010100 | 1110111 | 1010101 | 0 | 101100 | 111100 | 10001 | 10000 | 111100 | 111010 |
Color Harmonies of #D47755
Complementary color
Monochromatic Colors of #D47755
Black with #D47755
Text Example
Text Example
White with #D47755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47755; }
p { color: rgb(212,119,85); }
H1.HeaderClassName
{
color: #D47755;
}
.AnyTagClassName
{
color: #D47755;
}
</style>
background-color css
<style>
a { background-color: #D47755; }
a { background-color: rgb(212,119,85); }
div.DivClassName
{
background-color: #D47755;
}
.BgClassName
{
background-color: #D47755;
}
</style>
border-color css
<style>
span { border-color: #D47755; }
span { border-color: rgb(212,119,85); }
td.TdClassName
{
border-color: #D47755;
}
.TagClassName
{
border-color: #D47755;
}
</style>