Shades of Japonica #D06851
Tints of Japonica #D06851
RGB
CMYK
RGB Variations
Color information
#D06851 (or 0xD06851) is known color: Japonica. HEX triplet: D0, 68 and 51. RGB value is (208,104,81). Sum of RGB (Red+Green+Blue) = 208+104+81=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06851 is #2F97AE. Grayscale: #848484. Windows color (decimal): -3119023 or 5335248. OLE color: 5335248.
HSL color Cylindrical-coordinate representation of color #D06851: hue angle of 10.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D06851 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 81 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.18 |
| HSL | 10.87º | 0.57% | 0.57% | - |
| HSV(B) | 10.87º | 0.61% | 0.82% | - |
| XYZ | 32.45 | 23.9 | 10.69 | - |
| YUV | 132.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 81 | 0 | 0.5 | 0.61 | 0.18 | 10.87 | 0.57 | 0.57 |
| Hex | D0 | 68 | 51 | 0 | 32 | 3D | 12 | B | 39 | 39 |
| Octal | 320 | 150 | 121 | 0 | 62 | 75 | 22 | 13 | 71 | 71 |
| Binary | 11010000 | 1101000 | 1010001 | 0 | 110010 | 111101 | 10010 | 1011 | 111001 | 111001 |
Color Harmonies of #D06851
Complementary color
Monochromatic Colors of #D06851
Black with #D06851
Text Example
Text Example
White with #D06851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06851; }
p { color: rgb(208,104,81); }
H1.HeaderClassName
{
color: #D06851;
}
.AnyTagClassName
{
color: #D06851;
}
</style>
background-color css
<style>
a { background-color: #D06851; }
a { background-color: rgb(208,104,81); }
div.DivClassName
{
background-color: #D06851;
}
.BgClassName
{
background-color: #D06851;
}
</style>
border-color css
<style>
span { border-color: #D06851; }
span { border-color: rgb(208,104,81); }
td.TdClassName
{
border-color: #D06851;
}
.TagClassName
{
border-color: #D06851;
}
</style>