Shades of Japonica #D37855
Tints of Japonica #D37855
RGB
CMYK
RGB Variations
Color information
#D37855 (or 0xD37855) is known color: Japonica. HEX triplet: D3, 78 and 55. RGB value is (211,120,85). Sum of RGB (Red+Green+Blue) = 211+120+85=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D37855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37855 is #2C87AA. Grayscale: #8F8F8F. Windows color (decimal): -2918315 or 5601491. OLE color: 5601491.
HSL color Cylindrical-coordinate representation of color #D37855: hue angle of 16.67º degrees, saturation: 0.59, 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 #D37855 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 85 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.17 |
| HSL | 16.67º | 0.59% | 0.58% | - |
| HSV(B) | 16.67º | 0.6% | 0.83% | - |
| XYZ | 35.22 | 27.94 | 12.13 | - |
| YUV | 143.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 85 | 0 | 0.43 | 0.60 | 0.17 | 16.67 | 0.59 | 0.58 |
| Hex | D3 | 78 | 55 | 0 | 2B | 3C | 11 | 11 | 3B | 3A |
| Octal | 323 | 170 | 125 | 0 | 53 | 74 | 21 | 21 | 73 | 72 |
| Binary | 11010011 | 1111000 | 1010101 | 0 | 101011 | 111100 | 10001 | 10001 | 111011 | 111010 |
Color Harmonies of #D37855
Complementary color
Monochromatic Colors of #D37855
Black with #D37855
Text Example
Text Example
White with #D37855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37855; }
p { color: rgb(211,120,85); }
H1.HeaderClassName
{
color: #D37855;
}
.AnyTagClassName
{
color: #D37855;
}
</style>
background-color css
<style>
a { background-color: #D37855; }
a { background-color: rgb(211,120,85); }
div.DivClassName
{
background-color: #D37855;
}
.BgClassName
{
background-color: #D37855;
}
</style>
border-color css
<style>
span { border-color: #D37855; }
span { border-color: rgb(211,120,85); }
td.TdClassName
{
border-color: #D37855;
}
.TagClassName
{
border-color: #D37855;
}
</style>