Shades of Japonica #D97550
Tints of Japonica #D97550
RGB
CMYK
RGB Variations
Color information
#D97550 (or 0xD97550) is known color: Japonica. HEX triplet: D9, 75 and 50. RGB value is (217,117,80). Sum of RGB (Red+Green+Blue) = 217+117+80=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D97550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97550 is #268AAF. Grayscale: #8E8E8E. Windows color (decimal): -2525872 or 5273049. OLE color: 5273049.
HSL color Cylindrical-coordinate representation of color #D97550: hue angle of 16.2º 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 #D97550 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 80 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.15 |
| HSL | 16.2º | 0.64% | 0.58% | - |
| HSV(B) | 16.2º | 0.63% | 0.85% | - |
| XYZ | 36.42 | 28.05 | 11.08 | - |
| YUV | 142.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 80 | 0 | 0.46 | 0.63 | 0.15 | 16.2 | 0.64 | 0.58 |
| Hex | D9 | 75 | 50 | 0 | 2E | 3F | F | 10 | 40 | 3A |
| Octal | 331 | 165 | 120 | 0 | 56 | 77 | 17 | 20 | 100 | 72 |
| Binary | 11011001 | 1110101 | 1010000 | 0 | 101110 | 111111 | 1111 | 10000 | 1000000 | 111010 |
Color Harmonies of #D97550
Complementary color
Monochromatic Colors of #D97550
Black with #D97550
Text Example
Text Example
White with #D97550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97550; }
p { color: rgb(217,117,80); }
H1.HeaderClassName
{
color: #D97550;
}
.AnyTagClassName
{
color: #D97550;
}
</style>
background-color css
<style>
a { background-color: #D97550; }
a { background-color: rgb(217,117,80); }
div.DivClassName
{
background-color: #D97550;
}
.BgClassName
{
background-color: #D97550;
}
</style>
border-color css
<style>
span { border-color: #D97550; }
span { border-color: rgb(217,117,80); }
td.TdClassName
{
border-color: #D97550;
}
.TagClassName
{
border-color: #D97550;
}
</style>