Shades of Japonica #D97852
Tints of Japonica #D97852
RGB
CMYK
RGB Variations
Color information
#D97852 (or 0xD97852) is known color: Japonica. HEX triplet: D9, 78 and 52. RGB value is (217,120,82). Sum of RGB (Red+Green+Blue) = 217+120+82=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D97852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97852 is #2687AD. Grayscale: #909090. Windows color (decimal): -2525102 or 5404889. OLE color: 5404889.
HSL color Cylindrical-coordinate representation of color #D97852: hue angle of 16.89º 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 #D97852 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 82 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.15 |
| HSL | 16.89º | 0.64% | 0.59% | - |
| HSV(B) | 16.89º | 0.62% | 0.85% | - |
| XYZ | 36.85 | 28.79 | 11.6 | - |
| YUV | 144.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 82 | 0 | 0.45 | 0.62 | 0.15 | 16.89 | 0.64 | 0.59 |
| Hex | D9 | 78 | 52 | 0 | 2D | 3E | F | 11 | 40 | 3B |
| Octal | 331 | 170 | 122 | 0 | 55 | 76 | 17 | 21 | 100 | 73 |
| Binary | 11011001 | 1111000 | 1010010 | 0 | 101101 | 111110 | 1111 | 10001 | 1000000 | 111011 |
Color Harmonies of #D97852
Complementary color
Monochromatic Colors of #D97852
Black with #D97852
Text Example
Text Example
White with #D97852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97852; }
p { color: rgb(217,120,82); }
H1.HeaderClassName
{
color: #D97852;
}
.AnyTagClassName
{
color: #D97852;
}
</style>
background-color css
<style>
a { background-color: #D97852; }
a { background-color: rgb(217,120,82); }
div.DivClassName
{
background-color: #D97852;
}
.BgClassName
{
background-color: #D97852;
}
</style>
border-color css
<style>
span { border-color: #D97852; }
span { border-color: rgb(217,120,82); }
td.TdClassName
{
border-color: #D97852;
}
.TagClassName
{
border-color: #D97852;
}
</style>