Shades of Japonica #D16951
Tints of Japonica #D16951
RGB
CMYK
RGB Variations
Color information
#D16951 (or 0xD16951) is known color: Japonica. HEX triplet: D1, 69 and 51. RGB value is (209,105,81). Sum of RGB (Red+Green+Blue) = 209+105+81=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16951 is #2E96AE. Grayscale: #858585. Windows color (decimal): -3053231 or 5335505. OLE color: 5335505.
HSL color Cylindrical-coordinate representation of color #D16951: hue angle of 11.25º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D16951 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 81 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.18 |
| HSL | 11.25º | 0.58% | 0.57% | - |
| HSV(B) | 11.25º | 0.61% | 0.82% | - |
| XYZ | 32.83 | 24.25 | 10.74 | - |
| YUV | 133.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 81 | 0 | 0.50 | 0.61 | 0.18 | 11.25 | 0.58 | 0.57 |
| Hex | D1 | 69 | 51 | 0 | 32 | 3D | 12 | B | 3A | 39 |
| Octal | 321 | 151 | 121 | 0 | 62 | 75 | 22 | 13 | 72 | 71 |
| Binary | 11010001 | 1101001 | 1010001 | 0 | 110010 | 111101 | 10010 | 1011 | 111010 | 111001 |
Color Harmonies of #D16951
Complementary color
Monochromatic Colors of #D16951
Black with #D16951
Text Example
Text Example
White with #D16951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16951; }
p { color: rgb(209,105,81); }
H1.HeaderClassName
{
color: #D16951;
}
.AnyTagClassName
{
color: #D16951;
}
</style>
background-color css
<style>
a { background-color: #D16951; }
a { background-color: rgb(209,105,81); }
div.DivClassName
{
background-color: #D16951;
}
.BgClassName
{
background-color: #D16951;
}
</style>
border-color css
<style>
span { border-color: #D16951; }
span { border-color: rgb(209,105,81); }
td.TdClassName
{
border-color: #D16951;
}
.TagClassName
{
border-color: #D16951;
}
</style>