Shades of Japonica #D06F57
Tints of Japonica #D06F57
RGB
CMYK
RGB Variations
Color information
#D06F57 (or 0xD06F57) is known color: Japonica. HEX triplet: D0, 6F and 57. RGB value is (208,111,87). Sum of RGB (Red+Green+Blue) = 208+111+87=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F57 is #2F90A8. Grayscale: #898989. Windows color (decimal): -3117225 or 5730256. OLE color: 5730256.
HSL color Cylindrical-coordinate representation of color #D06F57: hue angle of 11.9º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06F57 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 87 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.18 |
| HSL | 11.9º | 0.56% | 0.58% | - |
| HSV(B) | 11.9º | 0.58% | 0.82% | - |
| XYZ | 33.42 | 25.47 | 12.17 | - |
| YUV | 137.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 87 | 0 | 0.47 | 0.58 | 0.18 | 11.9 | 0.56 | 0.58 |
| Hex | D0 | 6F | 57 | 0 | 2F | 3A | 12 | C | 38 | 3A |
| Octal | 320 | 157 | 127 | 0 | 57 | 72 | 22 | 14 | 70 | 72 |
| Binary | 11010000 | 1101111 | 1010111 | 0 | 101111 | 111010 | 10010 | 1100 | 111000 | 111010 |
Color Harmonies of #D06F57
Complementary color
Monochromatic Colors of #D06F57
Black with #D06F57
Text Example
Text Example
White with #D06F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F57; }
p { color: rgb(208,111,87); }
H1.HeaderClassName
{
color: #D06F57;
}
.AnyTagClassName
{
color: #D06F57;
}
</style>
background-color css
<style>
a { background-color: #D06F57; }
a { background-color: rgb(208,111,87); }
div.DivClassName
{
background-color: #D06F57;
}
.BgClassName
{
background-color: #D06F57;
}
</style>
border-color css
<style>
span { border-color: #D06F57; }
span { border-color: rgb(208,111,87); }
td.TdClassName
{
border-color: #D06F57;
}
.TagClassName
{
border-color: #D06F57;
}
</style>