Shades of Japonica #D97251
Tints of Japonica #D97251
RGB
CMYK
RGB Variations
Color information
#D97251 (or 0xD97251) is known color: Japonica. HEX triplet: D9, 72 and 51. RGB value is (217,114,81). Sum of RGB (Red+Green+Blue) = 217+114+81=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D97251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97251 is #268DAE. Grayscale: #8D8D8D. Windows color (decimal): -2526639 or 5337817. OLE color: 5337817.
HSL color Cylindrical-coordinate representation of color #D97251: hue angle of 14.56º 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 #D97251 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 81 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.15 |
| HSL | 14.56º | 0.64% | 0.58% | - |
| HSV(B) | 14.56º | 0.63% | 0.85% | - |
| XYZ | 36.12 | 27.38 | 11.17 | - |
| YUV | 141.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 81 | 0 | 0.47 | 0.63 | 0.15 | 14.56 | 0.64 | 0.58 |
| Hex | D9 | 72 | 51 | 0 | 2F | 3F | F | F | 40 | 3A |
| Octal | 331 | 162 | 121 | 0 | 57 | 77 | 17 | 17 | 100 | 72 |
| Binary | 11011001 | 1110010 | 1010001 | 0 | 101111 | 111111 | 1111 | 1111 | 1000000 | 111010 |
Color Harmonies of #D97251
Complementary color
Monochromatic Colors of #D97251
Black with #D97251
Text Example
Text Example
White with #D97251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97251; }
p { color: rgb(217,114,81); }
H1.HeaderClassName
{
color: #D97251;
}
.AnyTagClassName
{
color: #D97251;
}
</style>
background-color css
<style>
a { background-color: #D97251; }
a { background-color: rgb(217,114,81); }
div.DivClassName
{
background-color: #D97251;
}
.BgClassName
{
background-color: #D97251;
}
</style>
border-color css
<style>
span { border-color: #D97251; }
span { border-color: rgb(217,114,81); }
td.TdClassName
{
border-color: #D97251;
}
.TagClassName
{
border-color: #D97251;
}
</style>