Shades of Japonica #D97C55
Tints of Japonica #D97C55
RGB
CMYK
RGB Variations
Color information
#D97C55 (or 0xD97C55) is known color: Japonica. HEX triplet: D9, 7C and 55. RGB value is (217,124,85). Sum of RGB (Red+Green+Blue) = 217+124+85=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C55 is #2683AA. Grayscale: #939393. Windows color (decimal): -2524075 or 5602521. OLE color: 5602521.
HSL color Cylindrical-coordinate representation of color #D97C55: hue angle of 17.73º degrees, saturation: 0.63, 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 #D97C55 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 85 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.15 |
| HSL | 17.73º | 0.63% | 0.59% | - |
| HSV(B) | 17.73º | 0.61% | 0.85% | - |
| XYZ | 37.46 | 29.82 | 12.38 | - |
| YUV | 147.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 85 | 0 | 0.43 | 0.61 | 0.15 | 17.73 | 0.63 | 0.59 |
| Hex | D9 | 7C | 55 | 0 | 2B | 3D | F | 12 | 3F | 3B |
| Octal | 331 | 174 | 125 | 0 | 53 | 75 | 17 | 22 | 77 | 73 |
| Binary | 11011001 | 1111100 | 1010101 | 0 | 101011 | 111101 | 1111 | 10010 | 111111 | 111011 |
Color Harmonies of #D97C55
Complementary color
Monochromatic Colors of #D97C55
Black with #D97C55
Text Example
Text Example
White with #D97C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C55; }
p { color: rgb(217,124,85); }
H1.HeaderClassName
{
color: #D97C55;
}
.AnyTagClassName
{
color: #D97C55;
}
</style>
background-color css
<style>
a { background-color: #D97C55; }
a { background-color: rgb(217,124,85); }
div.DivClassName
{
background-color: #D97C55;
}
.BgClassName
{
background-color: #D97C55;
}
</style>
border-color css
<style>
span { border-color: #D97C55; }
span { border-color: rgb(217,124,85); }
td.TdClassName
{
border-color: #D97C55;
}
.TagClassName
{
border-color: #D97C55;
}
</style>