Shades of Japonica #D67451
Tints of Japonica #D67451
RGB
CMYK
RGB Variations
Color information
#D67451 (or 0xD67451) is known color: Japonica. HEX triplet: D6, 74 and 51. RGB value is (214,116,81). Sum of RGB (Red+Green+Blue) = 214+116+81=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D67451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67451 is #298BAE. Grayscale: #8D8D8D. Windows color (decimal): -2722735 or 5338326. OLE color: 5338326.
HSL color Cylindrical-coordinate representation of color #D67451: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D67451 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 81 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15.79º | 0.62% | 0.58% | - |
| HSV(B) | 15.79º | 0.62% | 0.84% | - |
| XYZ | 35.46 | 27.38 | 11.2 | - |
| YUV | 141.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 81 | 0 | 0.46 | 0.62 | 0.16 | 15.79 | 0.62 | 0.58 |
| Hex | D6 | 74 | 51 | 0 | 2E | 3E | 10 | 10 | 3E | 3A |
| Octal | 326 | 164 | 121 | 0 | 56 | 76 | 20 | 20 | 76 | 72 |
| Binary | 11010110 | 1110100 | 1010001 | 0 | 101110 | 111110 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D67451
Complementary color
Monochromatic Colors of #D67451
Black with #D67451
Text Example
Text Example
White with #D67451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67451; }
p { color: rgb(214,116,81); }
H1.HeaderClassName
{
color: #D67451;
}
.AnyTagClassName
{
color: #D67451;
}
</style>
background-color css
<style>
a { background-color: #D67451; }
a { background-color: rgb(214,116,81); }
div.DivClassName
{
background-color: #D67451;
}
.BgClassName
{
background-color: #D67451;
}
</style>
border-color css
<style>
span { border-color: #D67451; }
span { border-color: rgb(214,116,81); }
td.TdClassName
{
border-color: #D67451;
}
.TagClassName
{
border-color: #D67451;
}
</style>