Shades of Japonica #D06F53
Tints of Japonica #D06F53
RGB
CMYK
RGB Variations
Color information
#D06F53 (or 0xD06F53) is known color: Japonica. HEX triplet: D0, 6F and 53. RGB value is (208,111,83). Sum of RGB (Red+Green+Blue) = 208+111+83=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F53 is #2F90AC. Grayscale: #898989. Windows color (decimal): -3117229 or 5468112. OLE color: 5468112.
HSL color Cylindrical-coordinate representation of color #D06F53: hue angle of 13.44º 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 #D06F53 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 83 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.18 |
| HSL | 13.44º | 0.57% | 0.57% | - |
| HSV(B) | 13.44º | 0.6% | 0.82% | - |
| XYZ | 33.26 | 25.4 | 11.33 | - |
| YUV | 136.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 83 | 0 | 0.47 | 0.60 | 0.18 | 13.44 | 0.57 | 0.57 |
| Hex | D0 | 6F | 53 | 0 | 2F | 3C | 12 | D | 39 | 39 |
| Octal | 320 | 157 | 123 | 0 | 57 | 74 | 22 | 15 | 71 | 71 |
| Binary | 11010000 | 1101111 | 1010011 | 0 | 101111 | 111100 | 10010 | 1101 | 111001 | 111001 |
Color Harmonies of #D06F53
Complementary color
Monochromatic Colors of #D06F53
Black with #D06F53
Text Example
Text Example
White with #D06F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F53; }
p { color: rgb(208,111,83); }
H1.HeaderClassName
{
color: #D06F53;
}
.AnyTagClassName
{
color: #D06F53;
}
</style>
background-color css
<style>
a { background-color: #D06F53; }
a { background-color: rgb(208,111,83); }
div.DivClassName
{
background-color: #D06F53;
}
.BgClassName
{
background-color: #D06F53;
}
</style>
border-color css
<style>
span { border-color: #D06F53; }
span { border-color: rgb(208,111,83); }
td.TdClassName
{
border-color: #D06F53;
}
.TagClassName
{
border-color: #D06F53;
}
</style>