Shades of Japonica #D37255
Tints of Japonica #D37255
RGB
CMYK
RGB Variations
Color information
#D37255 (or 0xD37255) is known color: Japonica. HEX triplet: D3, 72 and 55. RGB value is (211,114,85). Sum of RGB (Red+Green+Blue) = 211+114+85=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D37255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37255 is #2C8DAA. Grayscale: #8B8B8B. Windows color (decimal): -2919851 or 5599955. OLE color: 5599955.
HSL color Cylindrical-coordinate representation of color #D37255: hue angle of 13.81º 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 #D37255 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 85 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.17 |
| HSL | 13.81º | 0.59% | 0.58% | - |
| HSV(B) | 13.81º | 0.6% | 0.83% | - |
| XYZ | 34.52 | 26.54 | 11.9 | - |
| YUV | 139.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 85 | 0 | 0.46 | 0.60 | 0.17 | 13.81 | 0.59 | 0.58 |
| Hex | D3 | 72 | 55 | 0 | 2E | 3C | 11 | E | 3B | 3A |
| Octal | 323 | 162 | 125 | 0 | 56 | 74 | 21 | 16 | 73 | 72 |
| Binary | 11010011 | 1110010 | 1010101 | 0 | 101110 | 111100 | 10001 | 1110 | 111011 | 111010 |
Color Harmonies of #D37255
Complementary color
Monochromatic Colors of #D37255
Black with #D37255
Text Example
Text Example
White with #D37255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37255; }
p { color: rgb(211,114,85); }
H1.HeaderClassName
{
color: #D37255;
}
.AnyTagClassName
{
color: #D37255;
}
</style>
background-color css
<style>
a { background-color: #D37255; }
a { background-color: rgb(211,114,85); }
div.DivClassName
{
background-color: #D37255;
}
.BgClassName
{
background-color: #D37255;
}
</style>
border-color css
<style>
span { border-color: #D37255; }
span { border-color: rgb(211,114,85); }
td.TdClassName
{
border-color: #D37255;
}
.TagClassName
{
border-color: #D37255;
}
</style>