Shades of Japonica #D67559
Tints of Japonica #D67559
RGB
CMYK
RGB Variations
Color information
#D67559 (or 0xD67559) is known color: Japonica. HEX triplet: D6, 75 and 59. RGB value is (214,117,89). Sum of RGB (Red+Green+Blue) = 214+117+89=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D67559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67559 is #298AA6. Grayscale: #8F8F8F. Windows color (decimal): -2722471 or 5862870. OLE color: 5862870.
HSL color Cylindrical-coordinate representation of color #D67559: hue angle of 13.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D67559 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 89 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.16 |
| HSL | 13.44º | 0.6% | 0.59% | - |
| HSV(B) | 13.44º | 0.58% | 0.84% | - |
| XYZ | 35.9 | 27.74 | 12.91 | - |
| YUV | 142.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 89 | 0 | 0.45 | 0.58 | 0.16 | 13.44 | 0.6 | 0.59 |
| Hex | D6 | 75 | 59 | 0 | 2D | 3A | 10 | D | 3C | 3B |
| Octal | 326 | 165 | 131 | 0 | 55 | 72 | 20 | 15 | 74 | 73 |
| Binary | 11010110 | 1110101 | 1011001 | 0 | 101101 | 111010 | 10000 | 1101 | 111100 | 111011 |
Color Harmonies of #D67559
Complementary color
Monochromatic Colors of #D67559
Black with #D67559
Text Example
Text Example
White with #D67559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67559; }
p { color: rgb(214,117,89); }
H1.HeaderClassName
{
color: #D67559;
}
.AnyTagClassName
{
color: #D67559;
}
</style>
background-color css
<style>
a { background-color: #D67559; }
a { background-color: rgb(214,117,89); }
div.DivClassName
{
background-color: #D67559;
}
.BgClassName
{
background-color: #D67559;
}
</style>
border-color css
<style>
span { border-color: #D67559; }
span { border-color: rgb(214,117,89); }
td.TdClassName
{
border-color: #D67559;
}
.TagClassName
{
border-color: #D67559;
}
</style>