Shades of Japonica #D37863
Tints of Japonica #D37863
RGB
CMYK
RGB Variations
Color information
#D37863 (or 0xD37863) is known color: Japonica. HEX triplet: D3, 78 and 63. RGB value is (211,120,99). Sum of RGB (Red+Green+Blue) = 211+120+99=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D37863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37863 is #2C879C. Grayscale: #909090. Windows color (decimal): -2918301 or 6518995. OLE color: 6518995.
HSL color Cylindrical-coordinate representation of color #D37863: hue angle of 11.25º 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 #D37863 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 99 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.17 |
| HSL | 11.25º | 0.56% | 0.61% | - |
| HSV(B) | 11.25º | 0.53% | 0.83% | - |
| XYZ | 35.83 | 28.18 | 15.36 | - |
| YUV | 144.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 99 | 0 | 0.43 | 0.53 | 0.17 | 11.25 | 0.56 | 0.61 |
| Hex | D3 | 78 | 63 | 0 | 2B | 35 | 11 | B | 38 | 3D |
| Octal | 323 | 170 | 143 | 0 | 53 | 65 | 21 | 13 | 70 | 75 |
| Binary | 11010011 | 1111000 | 1100011 | 0 | 101011 | 110101 | 10001 | 1011 | 111000 | 111101 |
Color Harmonies of #D37863
Complementary color
Monochromatic Colors of #D37863
Black with #D37863
Text Example
Text Example
White with #D37863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37863; }
p { color: rgb(211,120,99); }
H1.HeaderClassName
{
color: #D37863;
}
.AnyTagClassName
{
color: #D37863;
}
</style>
background-color css
<style>
a { background-color: #D37863; }
a { background-color: rgb(211,120,99); }
div.DivClassName
{
background-color: #D37863;
}
.BgClassName
{
background-color: #D37863;
}
</style>
border-color css
<style>
span { border-color: #D37863; }
span { border-color: rgb(211,120,99); }
td.TdClassName
{
border-color: #D37863;
}
.TagClassName
{
border-color: #D37863;
}
</style>