Shades of Japonica #D16953
Tints of Japonica #D16953
RGB
CMYK
RGB Variations
Color information
#D16953 (or 0xD16953) is known color: Japonica. HEX triplet: D1, 69 and 53. RGB value is (209,105,83). Sum of RGB (Red+Green+Blue) = 209+105+83=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16953 is #2E96AC. Grayscale: #858585. Windows color (decimal): -3053229 or 5466577. OLE color: 5466577.
HSL color Cylindrical-coordinate representation of color #D16953: hue angle of 10.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D16953 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 83 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 10.48º | 0.58% | 0.57% | - |
| HSV(B) | 10.48º | 0.6% | 0.82% | - |
| XYZ | 32.91 | 24.28 | 11.14 | - |
| YUV | 133.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 83 | 0 | 0.50 | 0.60 | 0.18 | 10.48 | 0.58 | 0.57 |
| Hex | D1 | 69 | 53 | 0 | 32 | 3C | 12 | A | 3A | 39 |
| Octal | 321 | 151 | 123 | 0 | 62 | 74 | 22 | 12 | 72 | 71 |
| Binary | 11010001 | 1101001 | 1010011 | 0 | 110010 | 111100 | 10010 | 1010 | 111010 | 111001 |
Color Harmonies of #D16953
Complementary color
Monochromatic Colors of #D16953
Black with #D16953
Text Example
Text Example
White with #D16953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16953; }
p { color: rgb(209,105,83); }
H1.HeaderClassName
{
color: #D16953;
}
.AnyTagClassName
{
color: #D16953;
}
</style>
background-color css
<style>
a { background-color: #D16953; }
a { background-color: rgb(209,105,83); }
div.DivClassName
{
background-color: #D16953;
}
.BgClassName
{
background-color: #D16953;
}
</style>
border-color css
<style>
span { border-color: #D16953; }
span { border-color: rgb(209,105,83); }
td.TdClassName
{
border-color: #D16953;
}
.TagClassName
{
border-color: #D16953;
}
</style>