Shades of Japonica #D97552
Tints of Japonica #D97552
RGB
CMYK
RGB Variations
Color information
#D97552 (or 0xD97552) is known color: Japonica. HEX triplet: D9, 75 and 52. RGB value is (217,117,82). Sum of RGB (Red+Green+Blue) = 217+117+82=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D97552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97552 is #268AAD. Grayscale: #8F8F8F. Windows color (decimal): -2525870 or 5404121. OLE color: 5404121.
HSL color Cylindrical-coordinate representation of color #D97552: hue angle of 15.56º 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 #D97552 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 82 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.15 |
| HSL | 15.56º | 0.64% | 0.59% | - |
| HSV(B) | 15.56º | 0.62% | 0.85% | - |
| XYZ | 36.5 | 28.08 | 11.48 | - |
| YUV | 142.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 82 | 0 | 0.46 | 0.62 | 0.15 | 15.56 | 0.64 | 0.59 |
| Hex | D9 | 75 | 52 | 0 | 2E | 3E | F | 10 | 40 | 3B |
| Octal | 331 | 165 | 122 | 0 | 56 | 76 | 17 | 20 | 100 | 73 |
| Binary | 11011001 | 1110101 | 1010010 | 0 | 101110 | 111110 | 1111 | 10000 | 1000000 | 111011 |
Color Harmonies of #D97552
Complementary color
Monochromatic Colors of #D97552
Black with #D97552
Text Example
Text Example
White with #D97552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97552; }
p { color: rgb(217,117,82); }
H1.HeaderClassName
{
color: #D97552;
}
.AnyTagClassName
{
color: #D97552;
}
</style>
background-color css
<style>
a { background-color: #D97552; }
a { background-color: rgb(217,117,82); }
div.DivClassName
{
background-color: #D97552;
}
.BgClassName
{
background-color: #D97552;
}
</style>
border-color css
<style>
span { border-color: #D97552; }
span { border-color: rgb(217,117,82); }
td.TdClassName
{
border-color: #D97552;
}
.TagClassName
{
border-color: #D97552;
}
</style>