Shades of Japonica #D07858
Tints of Japonica #D07858
RGB
CMYK
RGB Variations
Color information
#D07858 (or 0xD07858) is known color: Japonica. HEX triplet: D0, 78 and 58. RGB value is (208,120,88). Sum of RGB (Red+Green+Blue) = 208+120+88=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D07858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07858 is #2F87A7. Grayscale: #8E8E8E. Windows color (decimal): -3114920 or 5798096. OLE color: 5798096.
HSL color Cylindrical-coordinate representation of color #D07858: hue angle of 16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D07858 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 88 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.18 |
| HSL | 16º | 0.56% | 0.58% | - |
| HSV(B) | 16º | 0.58% | 0.82% | - |
| XYZ | 34.49 | 27.55 | 12.73 | - |
| YUV | 142.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 88 | 0 | 0.42 | 0.58 | 0.18 | 16 | 0.56 | 0.58 |
| Hex | D0 | 78 | 58 | 0 | 2A | 3A | 12 | 10 | 38 | 3A |
| Octal | 320 | 170 | 130 | 0 | 52 | 72 | 22 | 20 | 70 | 72 |
| Binary | 11010000 | 1111000 | 1011000 | 0 | 101010 | 111010 | 10010 | 10000 | 111000 | 111010 |
Color Harmonies of #D07858
Complementary color
Monochromatic Colors of #D07858
Black with #D07858
Text Example
Text Example
White with #D07858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07858; }
p { color: rgb(208,120,88); }
H1.HeaderClassName
{
color: #D07858;
}
.AnyTagClassName
{
color: #D07858;
}
</style>
background-color css
<style>
a { background-color: #D07858; }
a { background-color: rgb(208,120,88); }
div.DivClassName
{
background-color: #D07858;
}
.BgClassName
{
background-color: #D07858;
}
</style>
border-color css
<style>
span { border-color: #D07858; }
span { border-color: rgb(208,120,88); }
td.TdClassName
{
border-color: #D07858;
}
.TagClassName
{
border-color: #D07858;
}
</style>