Shades of Japonica #D07264
Tints of Japonica #D07264
RGB
CMYK
RGB Variations
Color information
#D07264 (or 0xD07264) is known color: Japonica. HEX triplet: D0, 72 and 64. RGB value is (208,114,100). Sum of RGB (Red+Green+Blue) = 208+114+100=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07264 is #2F8D9B. Grayscale: #8C8C8C. Windows color (decimal): -3116444 or 6582992. OLE color: 6582992.
HSL color Cylindrical-coordinate representation of color #D07264: hue angle of 7.78º 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 #D07264 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 100 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 7.78º | 0.53% | 0.6% | - |
| HSV(B) | 7.78º | 0.52% | 0.82% | - |
| XYZ | 34.33 | 26.36 | 15.34 | - |
| YUV | 140.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 100 | 0 | 0.45 | 0.52 | 0.18 | 7.78 | 0.53 | 0.6 |
| Hex | D0 | 72 | 64 | 0 | 2D | 34 | 12 | 8 | 35 | 3C |
| Octal | 320 | 162 | 144 | 0 | 55 | 64 | 22 | 10 | 65 | 74 |
| Binary | 11010000 | 1110010 | 1100100 | 0 | 101101 | 110100 | 10010 | 1000 | 110101 | 111100 |
Color Harmonies of #D07264
Complementary color
Monochromatic Colors of #D07264
Black with #D07264
Text Example
Text Example
White with #D07264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07264; }
p { color: rgb(208,114,100); }
H1.HeaderClassName
{
color: #D07264;
}
.AnyTagClassName
{
color: #D07264;
}
</style>
background-color css
<style>
a { background-color: #D07264; }
a { background-color: rgb(208,114,100); }
div.DivClassName
{
background-color: #D07264;
}
.BgClassName
{
background-color: #D07264;
}
</style>
border-color css
<style>
span { border-color: #D07264; }
span { border-color: rgb(208,114,100); }
td.TdClassName
{
border-color: #D07264;
}
.TagClassName
{
border-color: #D07264;
}
</style>