Shades of Japonica #D97454
Tints of Japonica #D97454
RGB
CMYK
RGB Variations
Color information
#D97454 (or 0xD97454) is known color: Japonica. HEX triplet: D9, 74 and 54. RGB value is (217,116,84). Sum of RGB (Red+Green+Blue) = 217+116+84=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D97454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97454 is #268BAB. Grayscale: #8E8E8E. Windows color (decimal): -2526124 or 5534937. OLE color: 5534937.
HSL color Cylindrical-coordinate representation of color #D97454: hue angle of 14.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D97454 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 84 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.15 |
| HSL | 14.44º | 0.64% | 0.59% | - |
| HSV(B) | 14.44º | 0.61% | 0.85% | - |
| XYZ | 36.46 | 27.88 | 11.85 | - |
| YUV | 142.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 84 | 0 | 0.47 | 0.61 | 0.15 | 14.44 | 0.64 | 0.59 |
| Hex | D9 | 74 | 54 | 0 | 2F | 3D | F | E | 40 | 3B |
| Octal | 331 | 164 | 124 | 0 | 57 | 75 | 17 | 16 | 100 | 73 |
| Binary | 11011001 | 1110100 | 1010100 | 0 | 101111 | 111101 | 1111 | 1110 | 1000000 | 111011 |
Color Harmonies of #D97454
Complementary color
Monochromatic Colors of #D97454
Black with #D97454
Text Example
Text Example
White with #D97454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97454; }
p { color: rgb(217,116,84); }
H1.HeaderClassName
{
color: #D97454;
}
.AnyTagClassName
{
color: #D97454;
}
</style>
background-color css
<style>
a { background-color: #D97454; }
a { background-color: rgb(217,116,84); }
div.DivClassName
{
background-color: #D97454;
}
.BgClassName
{
background-color: #D97454;
}
</style>
border-color css
<style>
span { border-color: #D97454; }
span { border-color: rgb(217,116,84); }
td.TdClassName
{
border-color: #D97454;
}
.TagClassName
{
border-color: #D97454;
}
</style>