Shades of Japonica #D07856
Tints of Japonica #D07856
RGB
CMYK
RGB Variations
Color information
#D07856 (or 0xD07856) is known color: Japonica. HEX triplet: D0, 78 and 56. RGB value is (208,120,86). Sum of RGB (Red+Green+Blue) = 208+120+86=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D07856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07856 is #2F87A9. Grayscale: #8E8E8E. Windows color (decimal): -3114922 or 5667024. OLE color: 5667024.
HSL color Cylindrical-coordinate representation of color #D07856: hue angle of 16.72º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D07856 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 86 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.18 |
| HSL | 16.72º | 0.56% | 0.58% | - |
| HSV(B) | 16.72º | 0.59% | 0.82% | - |
| XYZ | 34.41 | 27.51 | 12.3 | - |
| YUV | 142.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 86 | 0 | 0.42 | 0.59 | 0.18 | 16.72 | 0.56 | 0.58 |
| Hex | D0 | 78 | 56 | 0 | 2A | 3B | 12 | 11 | 38 | 3A |
| Octal | 320 | 170 | 126 | 0 | 52 | 73 | 22 | 21 | 70 | 72 |
| Binary | 11010000 | 1111000 | 1010110 | 0 | 101010 | 111011 | 10010 | 10001 | 111000 | 111010 |
Color Harmonies of #D07856
Complementary color
Monochromatic Colors of #D07856
Black with #D07856
Text Example
Text Example
White with #D07856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07856; }
p { color: rgb(208,120,86); }
H1.HeaderClassName
{
color: #D07856;
}
.AnyTagClassName
{
color: #D07856;
}
</style>
background-color css
<style>
a { background-color: #D07856; }
a { background-color: rgb(208,120,86); }
div.DivClassName
{
background-color: #D07856;
}
.BgClassName
{
background-color: #D07856;
}
</style>
border-color css
<style>
span { border-color: #D07856; }
span { border-color: rgb(208,120,86); }
td.TdClassName
{
border-color: #D07856;
}
.TagClassName
{
border-color: #D07856;
}
</style>