Shades of Japonica #D07364
Tints of Japonica #D07364
RGB
CMYK
RGB Variations
Color information
#D07364 (or 0xD07364) is known color: Japonica. HEX triplet: D0, 73 and 64. RGB value is (208,115,100). Sum of RGB (Red+Green+Blue) = 208+115+100=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D07364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07364 is #2F8C9B. Grayscale: #8D8D8D. Windows color (decimal): -3116188 or 6583248. OLE color: 6583248.
HSL color Cylindrical-coordinate representation of color #D07364: hue angle of 8.33º degrees, saturation: 0.53, 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 #D07364 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 100 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 8.33º | 0.53% | 0.6% | - |
| HSV(B) | 8.33º | 0.52% | 0.82% | - |
| XYZ | 34.44 | 26.59 | 15.37 | - |
| YUV | 141.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 100 | 0 | 0.45 | 0.52 | 0.18 | 8.33 | 0.53 | 0.6 |
| Hex | D0 | 73 | 64 | 0 | 2D | 34 | 12 | 8 | 35 | 3C |
| Octal | 320 | 163 | 144 | 0 | 55 | 64 | 22 | 10 | 65 | 74 |
| Binary | 11010000 | 1110011 | 1100100 | 0 | 101101 | 110100 | 10010 | 1000 | 110101 | 111100 |
Color Harmonies of #D07364
Complementary color
Monochromatic Colors of #D07364
Black with #D07364
Text Example
Text Example
White with #D07364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07364; }
p { color: rgb(208,115,100); }
H1.HeaderClassName
{
color: #D07364;
}
.AnyTagClassName
{
color: #D07364;
}
</style>
background-color css
<style>
a { background-color: #D07364; }
a { background-color: rgb(208,115,100); }
div.DivClassName
{
background-color: #D07364;
}
.BgClassName
{
background-color: #D07364;
}
</style>
border-color css
<style>
span { border-color: #D07364; }
span { border-color: rgb(208,115,100); }
td.TdClassName
{
border-color: #D07364;
}
.TagClassName
{
border-color: #D07364;
}
</style>