Shades of Japonica #D67162
Tints of Japonica #D67162
RGB
CMYK
RGB Variations
Color information
#D67162 (or 0xD67162) is known color: Japonica. HEX triplet: D6, 71 and 62. RGB value is (214,113,98). Sum of RGB (Red+Green+Blue) = 214+113+98=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D67162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67162 is #298E9D. Grayscale: #8D8D8D. Windows color (decimal): -2723486 or 6451670. OLE color: 6451670.
HSL color Cylindrical-coordinate representation of color #D67162: hue angle of 7.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D67162 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 98 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.16 |
| HSL | 7.76º | 0.59% | 0.61% | - |
| HSV(B) | 7.76º | 0.54% | 0.84% | - |
| XYZ | 35.84 | 26.99 | 14.88 | - |
| YUV | 141.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 98 | 0 | 0.47 | 0.54 | 0.16 | 7.76 | 0.59 | 0.61 |
| Hex | D6 | 71 | 62 | 0 | 2F | 36 | 10 | 8 | 3B | 3D |
| Octal | 326 | 161 | 142 | 0 | 57 | 66 | 20 | 10 | 73 | 75 |
| Binary | 11010110 | 1110001 | 1100010 | 0 | 101111 | 110110 | 10000 | 1000 | 111011 | 111101 |
Color Harmonies of #D67162
Complementary color
Monochromatic Colors of #D67162
Black with #D67162
Text Example
Text Example
White with #D67162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67162; }
p { color: rgb(214,113,98); }
H1.HeaderClassName
{
color: #D67162;
}
.AnyTagClassName
{
color: #D67162;
}
</style>
background-color css
<style>
a { background-color: #D67162; }
a { background-color: rgb(214,113,98); }
div.DivClassName
{
background-color: #D67162;
}
.BgClassName
{
background-color: #D67162;
}
</style>
border-color css
<style>
span { border-color: #D67162; }
span { border-color: rgb(214,113,98); }
td.TdClassName
{
border-color: #D67162;
}
.TagClassName
{
border-color: #D67162;
}
</style>