Shades of Japonica #D97250
Tints of Japonica #D97250
RGB
CMYK
RGB Variations
Color information
#D97250 (or 0xD97250) is known color: Japonica. HEX triplet: D9, 72 and 50. RGB value is (217,114,80). Sum of RGB (Red+Green+Blue) = 217+114+80=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D97250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97250 is #268DAF. Grayscale: #8D8D8D. Windows color (decimal): -2526640 or 5272281. OLE color: 5272281.
HSL color Cylindrical-coordinate representation of color #D97250: hue angle of 14.89º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D97250 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 80 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.15 |
| HSL | 14.89º | 0.64% | 0.58% | - |
| HSV(B) | 14.89º | 0.63% | 0.85% | - |
| XYZ | 36.08 | 27.37 | 10.97 | - |
| YUV | 140.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 80 | 0 | 0.47 | 0.63 | 0.15 | 14.89 | 0.64 | 0.58 |
| Hex | D9 | 72 | 50 | 0 | 2F | 3F | F | F | 40 | 3A |
| Octal | 331 | 162 | 120 | 0 | 57 | 77 | 17 | 17 | 100 | 72 |
| Binary | 11011001 | 1110010 | 1010000 | 0 | 101111 | 111111 | 1111 | 1111 | 1000000 | 111010 |
Color Harmonies of #D97250
Complementary color
Monochromatic Colors of #D97250
Black with #D97250
Text Example
Text Example
White with #D97250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97250; }
p { color: rgb(217,114,80); }
H1.HeaderClassName
{
color: #D97250;
}
.AnyTagClassName
{
color: #D97250;
}
</style>
background-color css
<style>
a { background-color: #D97250; }
a { background-color: rgb(217,114,80); }
div.DivClassName
{
background-color: #D97250;
}
.BgClassName
{
background-color: #D97250;
}
</style>
border-color css
<style>
span { border-color: #D97250; }
span { border-color: rgb(217,114,80); }
td.TdClassName
{
border-color: #D97250;
}
.TagClassName
{
border-color: #D97250;
}
</style>