Shades of Japonica #D06855
Tints of Japonica #D06855
RGB
CMYK
RGB Variations
Color information
#D06855 (or 0xD06855) is known color: Japonica. HEX triplet: D0, 68 and 55. RGB value is (208,104,85). Sum of RGB (Red+Green+Blue) = 208+104+85=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D06855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06855 is #2F97AA. Grayscale: #858585. Windows color (decimal): -3119019 or 5597392. OLE color: 5597392.
HSL color Cylindrical-coordinate representation of color #D06855: hue angle of 9.27º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06855 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 85 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.18 |
| HSL | 9.27º | 0.57% | 0.57% | - |
| HSV(B) | 9.27º | 0.59% | 0.82% | - |
| XYZ | 32.6 | 23.97 | 11.5 | - |
| YUV | 132.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 85 | 0 | 0.5 | 0.59 | 0.18 | 9.27 | 0.57 | 0.57 |
| Hex | D0 | 68 | 55 | 0 | 32 | 3B | 12 | 9 | 39 | 39 |
| Octal | 320 | 150 | 125 | 0 | 62 | 73 | 22 | 11 | 71 | 71 |
| Binary | 11010000 | 1101000 | 1010101 | 0 | 110010 | 111011 | 10010 | 1001 | 111001 | 111001 |
Color Harmonies of #D06855
Complementary color
Monochromatic Colors of #D06855
Black with #D06855
Text Example
Text Example
White with #D06855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06855; }
p { color: rgb(208,104,85); }
H1.HeaderClassName
{
color: #D06855;
}
.AnyTagClassName
{
color: #D06855;
}
</style>
background-color css
<style>
a { background-color: #D06855; }
a { background-color: rgb(208,104,85); }
div.DivClassName
{
background-color: #D06855;
}
.BgClassName
{
background-color: #D06855;
}
</style>
border-color css
<style>
span { border-color: #D06855; }
span { border-color: rgb(208,104,85); }
td.TdClassName
{
border-color: #D06855;
}
.TagClassName
{
border-color: #D06855;
}
</style>