Shades of Japonica #D37760
Tints of Japonica #D37760
RGB
CMYK
RGB Variations
Color information
#D37760 (or 0xD37760) is known color: Japonica. HEX triplet: D3, 77 and 60. RGB value is (211,119,96). Sum of RGB (Red+Green+Blue) = 211+119+96=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D37760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37760 is #2C889F. Grayscale: #909090. Windows color (decimal): -2918560 or 6322131. OLE color: 6322131.
HSL color Cylindrical-coordinate representation of color #D37760: hue angle of 12º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D37760 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 96 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.17 |
| HSL | 12º | 0.57% | 0.6% | - |
| HSV(B) | 12º | 0.55% | 0.83% | - |
| XYZ | 35.57 | 27.89 | 14.57 | - |
| YUV | 143.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 96 | 0 | 0.44 | 0.55 | 0.17 | 12 | 0.57 | 0.6 |
| Hex | D3 | 77 | 60 | 0 | 2C | 37 | 11 | C | 39 | 3C |
| Octal | 323 | 167 | 140 | 0 | 54 | 67 | 21 | 14 | 71 | 74 |
| Binary | 11010011 | 1110111 | 1100000 | 0 | 101100 | 110111 | 10001 | 1100 | 111001 | 111100 |
Color Harmonies of #D37760
Complementary color
Monochromatic Colors of #D37760
Black with #D37760
Text Example
Text Example
White with #D37760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37760; }
p { color: rgb(211,119,96); }
H1.HeaderClassName
{
color: #D37760;
}
.AnyTagClassName
{
color: #D37760;
}
</style>
background-color css
<style>
a { background-color: #D37760; }
a { background-color: rgb(211,119,96); }
div.DivClassName
{
background-color: #D37760;
}
.BgClassName
{
background-color: #D37760;
}
</style>
border-color css
<style>
span { border-color: #D37760; }
span { border-color: rgb(211,119,96); }
td.TdClassName
{
border-color: #D37760;
}
.TagClassName
{
border-color: #D37760;
}
</style>