Shades of Japonica #D67262
Tints of Japonica #D67262
RGB
CMYK
RGB Variations
Color information
#D67262 (or 0xD67262) is known color: Japonica. HEX triplet: D6, 72 and 62. RGB value is (214,114,98). Sum of RGB (Red+Green+Blue) = 214+114+98=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67262 is #298D9D. Grayscale: #8E8E8E. Windows color (decimal): -2723230 or 6451926. OLE color: 6451926.
HSL color Cylindrical-coordinate representation of color #D67262: hue angle of 8.28º 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 #D67262 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 98 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.16 |
| HSL | 8.28º | 0.59% | 0.61% | - |
| HSV(B) | 8.28º | 0.54% | 0.84% | - |
| XYZ | 35.95 | 27.21 | 14.91 | - |
| YUV | 142.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 98 | 0 | 0.47 | 0.54 | 0.16 | 8.28 | 0.59 | 0.61 |
| Hex | D6 | 72 | 62 | 0 | 2F | 36 | 10 | 8 | 3B | 3D |
| Octal | 326 | 162 | 142 | 0 | 57 | 66 | 20 | 10 | 73 | 75 |
| Binary | 11010110 | 1110010 | 1100010 | 0 | 101111 | 110110 | 10000 | 1000 | 111011 | 111101 |
Color Harmonies of #D67262
Complementary color
Monochromatic Colors of #D67262
Black with #D67262
Text Example
Text Example
White with #D67262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67262; }
p { color: rgb(214,114,98); }
H1.HeaderClassName
{
color: #D67262;
}
.AnyTagClassName
{
color: #D67262;
}
</style>
background-color css
<style>
a { background-color: #D67262; }
a { background-color: rgb(214,114,98); }
div.DivClassName
{
background-color: #D67262;
}
.BgClassName
{
background-color: #D67262;
}
</style>
border-color css
<style>
span { border-color: #D67262; }
span { border-color: rgb(214,114,98); }
td.TdClassName
{
border-color: #D67262;
}
.TagClassName
{
border-color: #D67262;
}
</style>