Shades of Japonica #D16955
Tints of Japonica #D16955
RGB
CMYK
RGB Variations
Color information
#D16955 (or 0xD16955) is known color: Japonica. HEX triplet: D1, 69 and 55. RGB value is (209,105,85). Sum of RGB (Red+Green+Blue) = 209+105+85=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D16955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16955 is #2E96AA. Grayscale: #868686. Windows color (decimal): -3053227 or 5597649. OLE color: 5597649.
HSL color Cylindrical-coordinate representation of color #D16955: hue angle of 9.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16955 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 85 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.18 |
| HSL | 9.68º | 0.57% | 0.58% | - |
| HSV(B) | 9.68º | 0.59% | 0.82% | - |
| XYZ | 32.99 | 24.31 | 11.55 | - |
| YUV | 133.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 85 | 0 | 0.50 | 0.59 | 0.18 | 9.68 | 0.57 | 0.58 |
| Hex | D1 | 69 | 55 | 0 | 32 | 3B | 12 | A | 39 | 3A |
| Octal | 321 | 151 | 125 | 0 | 62 | 73 | 22 | 12 | 71 | 72 |
| Binary | 11010001 | 1101001 | 1010101 | 0 | 110010 | 111011 | 10010 | 1010 | 111001 | 111010 |
Color Harmonies of #D16955
Complementary color
Monochromatic Colors of #D16955
Black with #D16955
Text Example
Text Example
White with #D16955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16955; }
p { color: rgb(209,105,85); }
H1.HeaderClassName
{
color: #D16955;
}
.AnyTagClassName
{
color: #D16955;
}
</style>
background-color css
<style>
a { background-color: #D16955; }
a { background-color: rgb(209,105,85); }
div.DivClassName
{
background-color: #D16955;
}
.BgClassName
{
background-color: #D16955;
}
</style>
border-color css
<style>
span { border-color: #D16955; }
span { border-color: rgb(209,105,85); }
td.TdClassName
{
border-color: #D16955;
}
.TagClassName
{
border-color: #D16955;
}
</style>