Shades of Japonica #D06E5F
Tints of Japonica #D06E5F
RGB
CMYK
RGB Variations
Color information
#D06E5F (or 0xD06E5F) is known color: Japonica. HEX triplet: D0, 6E and 5F. RGB value is (208,110,95). Sum of RGB (Red+Green+Blue) = 208+110+95=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E5F is #2F91A0. Grayscale: #898989. Windows color (decimal): -3117473 or 6254288. OLE color: 6254288.
HSL color Cylindrical-coordinate representation of color #D06E5F: hue angle of 7.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06E5F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 95 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.18 |
| HSL | 7.96º | 0.55% | 0.59% | - |
| HSV(B) | 7.96º | 0.54% | 0.82% | - |
| XYZ | 33.65 | 25.39 | 13.95 | - |
| YUV | 137.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 95 | 0 | 0.47 | 0.54 | 0.18 | 7.96 | 0.55 | 0.59 |
| Hex | D0 | 6E | 5F | 0 | 2F | 36 | 12 | 8 | 37 | 3B |
| Octal | 320 | 156 | 137 | 0 | 57 | 66 | 22 | 10 | 67 | 73 |
| Binary | 11010000 | 1101110 | 1011111 | 0 | 101111 | 110110 | 10010 | 1000 | 110111 | 111011 |
Color Harmonies of #D06E5F
Complementary color
Monochromatic Colors of #D06E5F
Black with #D06E5F
Text Example
Text Example
White with #D06E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E5F; }
p { color: rgb(208,110,95); }
H1.HeaderClassName
{
color: #D06E5F;
}
.AnyTagClassName
{
color: #D06E5F;
}
</style>
background-color css
<style>
a { background-color: #D06E5F; }
a { background-color: rgb(208,110,95); }
div.DivClassName
{
background-color: #D06E5F;
}
.BgClassName
{
background-color: #D06E5F;
}
</style>
border-color css
<style>
span { border-color: #D06E5F; }
span { border-color: rgb(208,110,95); }
td.TdClassName
{
border-color: #D06E5F;
}
.TagClassName
{
border-color: #D06E5F;
}
</style>