Shades of Japonica #D67556
Tints of Japonica #D67556
RGB
CMYK
RGB Variations
Color information
#D67556 (or 0xD67556) is known color: Japonica. HEX triplet: D6, 75 and 56. RGB value is (214,117,86). Sum of RGB (Red+Green+Blue) = 214+117+86=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D67556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67556 is #298AA9. Grayscale: #8E8E8E. Windows color (decimal): -2722474 or 5666262. OLE color: 5666262.
HSL color Cylindrical-coordinate representation of color #D67556: hue angle of 14.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D67556 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 86 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 14.53º | 0.61% | 0.59% | - |
| HSV(B) | 14.53º | 0.6% | 0.84% | - |
| XYZ | 35.77 | 27.69 | 12.26 | - |
| YUV | 142.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 86 | 0 | 0.45 | 0.60 | 0.16 | 14.53 | 0.61 | 0.59 |
| Hex | D6 | 75 | 56 | 0 | 2D | 3C | 10 | F | 3D | 3B |
| Octal | 326 | 165 | 126 | 0 | 55 | 74 | 20 | 17 | 75 | 73 |
| Binary | 11010110 | 1110101 | 1010110 | 0 | 101101 | 111100 | 10000 | 1111 | 111101 | 111011 |
Color Harmonies of #D67556
Complementary color
Monochromatic Colors of #D67556
Black with #D67556
Text Example
Text Example
White with #D67556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67556; }
p { color: rgb(214,117,86); }
H1.HeaderClassName
{
color: #D67556;
}
.AnyTagClassName
{
color: #D67556;
}
</style>
background-color css
<style>
a { background-color: #D67556; }
a { background-color: rgb(214,117,86); }
div.DivClassName
{
background-color: #D67556;
}
.BgClassName
{
background-color: #D67556;
}
</style>
border-color css
<style>
span { border-color: #D67556; }
span { border-color: rgb(214,117,86); }
td.TdClassName
{
border-color: #D67556;
}
.TagClassName
{
border-color: #D67556;
}
</style>