Shades of Japonica #D07863
Tints of Japonica #D07863
RGB
CMYK
RGB Variations
Color information
#D07863 (or 0xD07863) is known color: Japonica. HEX triplet: D0, 78 and 63. RGB value is (208,120,99). Sum of RGB (Red+Green+Blue) = 208+120+99=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D07863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07863 is #2F879C. Grayscale: #909090. Windows color (decimal): -3114909 or 6518992. OLE color: 6518992.
HSL color Cylindrical-coordinate representation of color #D07863: hue angle of 11.56º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07863 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 99 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.18 |
| HSL | 11.56º | 0.54% | 0.6% | - |
| HSV(B) | 11.56º | 0.52% | 0.82% | - |
| XYZ | 34.98 | 27.74 | 15.32 | - |
| YUV | 143.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 99 | 0 | 0.42 | 0.52 | 0.18 | 11.56 | 0.54 | 0.6 |
| Hex | D0 | 78 | 63 | 0 | 2A | 34 | 12 | C | 36 | 3C |
| Octal | 320 | 170 | 143 | 0 | 52 | 64 | 22 | 14 | 66 | 74 |
| Binary | 11010000 | 1111000 | 1100011 | 0 | 101010 | 110100 | 10010 | 1100 | 110110 | 111100 |
Color Harmonies of #D07863
Complementary color
Monochromatic Colors of #D07863
Black with #D07863
Text Example
Text Example
White with #D07863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07863; }
p { color: rgb(208,120,99); }
H1.HeaderClassName
{
color: #D07863;
}
.AnyTagClassName
{
color: #D07863;
}
</style>
background-color css
<style>
a { background-color: #D07863; }
a { background-color: rgb(208,120,99); }
div.DivClassName
{
background-color: #D07863;
}
.BgClassName
{
background-color: #D07863;
}
</style>
border-color css
<style>
span { border-color: #D07863; }
span { border-color: rgb(208,120,99); }
td.TdClassName
{
border-color: #D07863;
}
.TagClassName
{
border-color: #D07863;
}
</style>