Shades of Japonica #D06F63
Tints of Japonica #D06F63
RGB
CMYK
RGB Variations
Color information
#D06F63 (or 0xD06F63) is known color: Japonica. HEX triplet: D0, 6F and 63. RGB value is (208,111,99). Sum of RGB (Red+Green+Blue) = 208+111+99=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F63 is #2F909C. Grayscale: #8A8A8A. Windows color (decimal): -3117213 or 6516688. OLE color: 6516688.
HSL color Cylindrical-coordinate representation of color #D06F63: hue angle of 6.61º degrees, saturation: 0.54, 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 #D06F63 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 99 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.18 |
| HSL | 6.61º | 0.54% | 0.6% | - |
| HSV(B) | 6.61º | 0.52% | 0.82% | - |
| XYZ | 33.95 | 25.68 | 14.97 | - |
| YUV | 138.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 99 | 0 | 0.47 | 0.52 | 0.18 | 6.61 | 0.54 | 0.6 |
| Hex | D0 | 6F | 63 | 0 | 2F | 34 | 12 | 7 | 36 | 3C |
| Octal | 320 | 157 | 143 | 0 | 57 | 64 | 22 | 7 | 66 | 74 |
| Binary | 11010000 | 1101111 | 1100011 | 0 | 101111 | 110100 | 10010 | 111 | 110110 | 111100 |
Color Harmonies of #D06F63
Complementary color
Monochromatic Colors of #D06F63
Black with #D06F63
Text Example
Text Example
White with #D06F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F63; }
p { color: rgb(208,111,99); }
H1.HeaderClassName
{
color: #D06F63;
}
.AnyTagClassName
{
color: #D06F63;
}
</style>
background-color css
<style>
a { background-color: #D06F63; }
a { background-color: rgb(208,111,99); }
div.DivClassName
{
background-color: #D06F63;
}
.BgClassName
{
background-color: #D06F63;
}
</style>
border-color css
<style>
span { border-color: #D06F63; }
span { border-color: rgb(208,111,99); }
td.TdClassName
{
border-color: #D06F63;
}
.TagClassName
{
border-color: #D06F63;
}
</style>