Shades of Japonica #D37963
Tints of Japonica #D37963
RGB
CMYK
RGB Variations
Color information
#D37963 (or 0xD37963) is known color: Japonica. HEX triplet: D3, 79 and 63. RGB value is (211,121,99). Sum of RGB (Red+Green+Blue) = 211+121+99=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D37963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37963 is #2C869C. Grayscale: #919191. Windows color (decimal): -2918045 or 6519251. OLE color: 6519251.
HSL color Cylindrical-coordinate representation of color #D37963: hue angle of 11.79º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D37963 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 99 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.17 |
| HSL | 11.79º | 0.56% | 0.61% | - |
| HSV(B) | 11.79º | 0.53% | 0.83% | - |
| XYZ | 35.95 | 28.42 | 15.4 | - |
| YUV | 145.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 99 | 0 | 0.43 | 0.53 | 0.17 | 11.79 | 0.56 | 0.61 |
| Hex | D3 | 79 | 63 | 0 | 2B | 35 | 11 | C | 38 | 3D |
| Octal | 323 | 171 | 143 | 0 | 53 | 65 | 21 | 14 | 70 | 75 |
| Binary | 11010011 | 1111001 | 1100011 | 0 | 101011 | 110101 | 10001 | 1100 | 111000 | 111101 |
Color Harmonies of #D37963
Complementary color
Monochromatic Colors of #D37963
Black with #D37963
Text Example
Text Example
White with #D37963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37963; }
p { color: rgb(211,121,99); }
H1.HeaderClassName
{
color: #D37963;
}
.AnyTagClassName
{
color: #D37963;
}
</style>
background-color css
<style>
a { background-color: #D37963; }
a { background-color: rgb(211,121,99); }
div.DivClassName
{
background-color: #D37963;
}
.BgClassName
{
background-color: #D37963;
}
</style>
border-color css
<style>
span { border-color: #D37963; }
span { border-color: rgb(211,121,99); }
td.TdClassName
{
border-color: #D37963;
}
.TagClassName
{
border-color: #D37963;
}
</style>