Shades of Japonica #D67560
Tints of Japonica #D67560
RGB
CMYK
RGB Variations
Color information
#D67560 (or 0xD67560) is known color: Japonica. HEX triplet: D6, 75 and 60. RGB value is (214,117,96). Sum of RGB (Red+Green+Blue) = 214+117+96=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D67560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67560 is #298A9F. Grayscale: #8F8F8F. Windows color (decimal): -2722464 or 6321622. OLE color: 6321622.
HSL color Cylindrical-coordinate representation of color #D67560: hue angle of 10.68º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67560 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 96 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.16 |
| HSL | 10.68º | 0.59% | 0.61% | - |
| HSV(B) | 10.68º | 0.55% | 0.84% | - |
| XYZ | 36.2 | 27.86 | 14.54 | - |
| YUV | 143.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 96 | 0 | 0.45 | 0.55 | 0.16 | 10.68 | 0.59 | 0.61 |
| Hex | D6 | 75 | 60 | 0 | 2D | 37 | 10 | B | 3B | 3D |
| Octal | 326 | 165 | 140 | 0 | 55 | 67 | 20 | 13 | 73 | 75 |
| Binary | 11010110 | 1110101 | 1100000 | 0 | 101101 | 110111 | 10000 | 1011 | 111011 | 111101 |
Color Harmonies of #D67560
Complementary color
Monochromatic Colors of #D67560
Black with #D67560
Text Example
Text Example
White with #D67560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67560; }
p { color: rgb(214,117,96); }
H1.HeaderClassName
{
color: #D67560;
}
.AnyTagClassName
{
color: #D67560;
}
</style>
background-color css
<style>
a { background-color: #D67560; }
a { background-color: rgb(214,117,96); }
div.DivClassName
{
background-color: #D67560;
}
.BgClassName
{
background-color: #D67560;
}
</style>
border-color css
<style>
span { border-color: #D67560; }
span { border-color: rgb(214,117,96); }
td.TdClassName
{
border-color: #D67560;
}
.TagClassName
{
border-color: #D67560;
}
</style>