Shades of Japonica #D06854
Tints of Japonica #D06854
RGB
CMYK
RGB Variations
Color information
#D06854 (or 0xD06854) is known color: Japonica. HEX triplet: D0, 68 and 54. RGB value is (208,104,84). Sum of RGB (Red+Green+Blue) = 208+104+84=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06854 is #2F97AB. Grayscale: #858585. Windows color (decimal): -3119020 or 5531856. OLE color: 5531856.
HSL color Cylindrical-coordinate representation of color #D06854: hue angle of 9.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D06854 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 84 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.18 |
| HSL | 9.68º | 0.57% | 0.57% | - |
| HSV(B) | 9.68º | 0.6% | 0.82% | - |
| XYZ | 32.56 | 23.95 | 11.29 | - |
| YUV | 132.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 84 | 0 | 0.5 | 0.60 | 0.18 | 9.68 | 0.57 | 0.57 |
| Hex | D0 | 68 | 54 | 0 | 32 | 3C | 12 | A | 39 | 39 |
| Octal | 320 | 150 | 124 | 0 | 62 | 74 | 22 | 12 | 71 | 71 |
| Binary | 11010000 | 1101000 | 1010100 | 0 | 110010 | 111100 | 10010 | 1010 | 111001 | 111001 |
Color Harmonies of #D06854
Complementary color
Monochromatic Colors of #D06854
Black with #D06854
Text Example
Text Example
White with #D06854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06854; }
p { color: rgb(208,104,84); }
H1.HeaderClassName
{
color: #D06854;
}
.AnyTagClassName
{
color: #D06854;
}
</style>
background-color css
<style>
a { background-color: #D06854; }
a { background-color: rgb(208,104,84); }
div.DivClassName
{
background-color: #D06854;
}
.BgClassName
{
background-color: #D06854;
}
</style>
border-color css
<style>
span { border-color: #D06854; }
span { border-color: rgb(208,104,84); }
td.TdClassName
{
border-color: #D06854;
}
.TagClassName
{
border-color: #D06854;
}
</style>