Shades of Japonica #D07862
Tints of Japonica #D07862
RGB
CMYK
RGB Variations
Color information
#D07862 (or 0xD07862) is known color: Japonica. HEX triplet: D0, 78 and 62. RGB value is (208,120,98). Sum of RGB (Red+Green+Blue) = 208+120+98=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07862 is #2F879D. Grayscale: #8F8F8F. Windows color (decimal): -3114910 or 6453456. OLE color: 6453456.
HSL color Cylindrical-coordinate representation of color #D07862: hue angle of 12º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D07862 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 98 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.18 |
| HSL | 12º | 0.54% | 0.6% | - |
| HSV(B) | 12º | 0.53% | 0.82% | - |
| XYZ | 34.93 | 27.72 | 15.07 | - |
| YUV | 143.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 98 | 0 | 0.42 | 0.53 | 0.18 | 12 | 0.54 | 0.6 |
| Hex | D0 | 78 | 62 | 0 | 2A | 35 | 12 | C | 36 | 3C |
| Octal | 320 | 170 | 142 | 0 | 52 | 65 | 22 | 14 | 66 | 74 |
| Binary | 11010000 | 1111000 | 1100010 | 0 | 101010 | 110101 | 10010 | 1100 | 110110 | 111100 |
Color Harmonies of #D07862
Complementary color
Monochromatic Colors of #D07862
Black with #D07862
Text Example
Text Example
White with #D07862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07862; }
p { color: rgb(208,120,98); }
H1.HeaderClassName
{
color: #D07862;
}
.AnyTagClassName
{
color: #D07862;
}
</style>
background-color css
<style>
a { background-color: #D07862; }
a { background-color: rgb(208,120,98); }
div.DivClassName
{
background-color: #D07862;
}
.BgClassName
{
background-color: #D07862;
}
</style>
border-color css
<style>
span { border-color: #D07862; }
span { border-color: rgb(208,120,98); }
td.TdClassName
{
border-color: #D07862;
}
.TagClassName
{
border-color: #D07862;
}
</style>