Shades of Japonica #D97553
Tints of Japonica #D97553
RGB
CMYK
RGB Variations
Color information
#D97553 (or 0xD97553) is known color: Japonica. HEX triplet: D9, 75 and 53. RGB value is (217,117,83). Sum of RGB (Red+Green+Blue) = 217+117+83=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D97553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97553 is #268AAC. Grayscale: #8F8F8F. Windows color (decimal): -2525869 or 5469657. OLE color: 5469657.
HSL color Cylindrical-coordinate representation of color #D97553: hue angle of 15.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D97553 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 83 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.15 |
| HSL | 15.22º | 0.64% | 0.59% | - |
| HSV(B) | 15.22º | 0.62% | 0.85% | - |
| XYZ | 36.54 | 28.1 | 11.68 | - |
| YUV | 143.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 83 | 0 | 0.46 | 0.62 | 0.15 | 15.22 | 0.64 | 0.59 |
| Hex | D9 | 75 | 53 | 0 | 2E | 3E | F | F | 40 | 3B |
| Octal | 331 | 165 | 123 | 0 | 56 | 76 | 17 | 17 | 100 | 73 |
| Binary | 11011001 | 1110101 | 1010011 | 0 | 101110 | 111110 | 1111 | 1111 | 1000000 | 111011 |
Color Harmonies of #D97553
Complementary color
Monochromatic Colors of #D97553
Black with #D97553
Text Example
Text Example
White with #D97553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97553; }
p { color: rgb(217,117,83); }
H1.HeaderClassName
{
color: #D97553;
}
.AnyTagClassName
{
color: #D97553;
}
</style>
background-color css
<style>
a { background-color: #D97553; }
a { background-color: rgb(217,117,83); }
div.DivClassName
{
background-color: #D97553;
}
.BgClassName
{
background-color: #D97553;
}
</style>
border-color css
<style>
span { border-color: #D97553; }
span { border-color: rgb(217,117,83); }
td.TdClassName
{
border-color: #D97553;
}
.TagClassName
{
border-color: #D97553;
}
</style>