Shades of Japonica #D06B56
Tints of Japonica #D06B56
RGB
CMYK
RGB Variations
Color information
#D06B56 (or 0xD06B56) is known color: Japonica. HEX triplet: D0, 6B and 56. RGB value is (208,107,86). Sum of RGB (Red+Green+Blue) = 208+107+86=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B56 is #2F94A9. Grayscale: #868686. Windows color (decimal): -3118250 or 5663696. OLE color: 5663696.
HSL color Cylindrical-coordinate representation of color #D06B56: hue angle of 10.33º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06B56 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 86 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.18 |
| HSL | 10.33º | 0.56% | 0.58% | - |
| HSV(B) | 10.33º | 0.59% | 0.82% | - |
| XYZ | 32.95 | 24.6 | 11.82 | - |
| YUV | 134.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 86 | 0 | 0.49 | 0.59 | 0.18 | 10.33 | 0.56 | 0.58 |
| Hex | D0 | 6B | 56 | 0 | 31 | 3B | 12 | A | 38 | 3A |
| Octal | 320 | 153 | 126 | 0 | 61 | 73 | 22 | 12 | 70 | 72 |
| Binary | 11010000 | 1101011 | 1010110 | 0 | 110001 | 111011 | 10010 | 1010 | 111000 | 111010 |
Color Harmonies of #D06B56
Complementary color
Monochromatic Colors of #D06B56
Black with #D06B56
Text Example
Text Example
White with #D06B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B56; }
p { color: rgb(208,107,86); }
H1.HeaderClassName
{
color: #D06B56;
}
.AnyTagClassName
{
color: #D06B56;
}
</style>
background-color css
<style>
a { background-color: #D06B56; }
a { background-color: rgb(208,107,86); }
div.DivClassName
{
background-color: #D06B56;
}
.BgClassName
{
background-color: #D06B56;
}
</style>
border-color css
<style>
span { border-color: #D06B56; }
span { border-color: rgb(208,107,86); }
td.TdClassName
{
border-color: #D06B56;
}
.TagClassName
{
border-color: #D06B56;
}
</style>