Shades of Japonica #D17353
Tints of Japonica #D17353
RGB
CMYK
RGB Variations
Color information
#D17353 (or 0xD17353) is known color: Japonica. HEX triplet: D1, 73 and 53. RGB value is (209,115,83). Sum of RGB (Red+Green+Blue) = 209+115+83=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D17353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17353 is #2E8CAC. Grayscale: #8B8B8B. Windows color (decimal): -3050669 or 5469137. OLE color: 5469137.
HSL color Cylindrical-coordinate representation of color #D17353: hue angle of 15.24º 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 #D17353 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 83 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.18 |
| HSL | 15.24º | 0.58% | 0.57% | - |
| HSV(B) | 15.24º | 0.6% | 0.82% | - |
| XYZ | 33.99 | 26.44 | 11.5 | - |
| YUV | 139.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 83 | 0 | 0.45 | 0.60 | 0.18 | 15.24 | 0.58 | 0.57 |
| Hex | D1 | 73 | 53 | 0 | 2D | 3C | 12 | F | 3A | 39 |
| Octal | 321 | 163 | 123 | 0 | 55 | 74 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110011 | 1010011 | 0 | 101101 | 111100 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17353
Complementary color
Monochromatic Colors of #D17353
Black with #D17353
Text Example
Text Example
White with #D17353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17353; }
p { color: rgb(209,115,83); }
H1.HeaderClassName
{
color: #D17353;
}
.AnyTagClassName
{
color: #D17353;
}
</style>
background-color css
<style>
a { background-color: #D17353; }
a { background-color: rgb(209,115,83); }
div.DivClassName
{
background-color: #D17353;
}
.BgClassName
{
background-color: #D17353;
}
</style>
border-color css
<style>
span { border-color: #D17353; }
span { border-color: rgb(209,115,83); }
td.TdClassName
{
border-color: #D17353;
}
.TagClassName
{
border-color: #D17353;
}
</style>