Shades of Japonica #D17253
Tints of Japonica #D17253
RGB
CMYK
RGB Variations
Color information
#D17253 (or 0xD17253) is known color: Japonica. HEX triplet: D1, 72 and 53. RGB value is (209,114,83). Sum of RGB (Red+Green+Blue) = 209+114+83=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D17253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17253 is #2E8DAC. Grayscale: #8B8B8B. Windows color (decimal): -3050925 or 5468881. OLE color: 5468881.
HSL color Cylindrical-coordinate representation of color #D17253: hue angle of 14.76º 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 #D17253 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 83 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.18 |
| HSL | 14.76º | 0.58% | 0.57% | - |
| HSV(B) | 14.76º | 0.6% | 0.82% | - |
| XYZ | 33.87 | 26.21 | 11.46 | - |
| YUV | 138.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 83 | 0 | 0.45 | 0.60 | 0.18 | 14.76 | 0.58 | 0.57 |
| Hex | D1 | 72 | 53 | 0 | 2D | 3C | 12 | F | 3A | 39 |
| Octal | 321 | 162 | 123 | 0 | 55 | 74 | 22 | 17 | 72 | 71 |
| Binary | 11010001 | 1110010 | 1010011 | 0 | 101101 | 111100 | 10010 | 1111 | 111010 | 111001 |
Color Harmonies of #D17253
Complementary color
Monochromatic Colors of #D17253
Black with #D17253
Text Example
Text Example
White with #D17253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17253; }
p { color: rgb(209,114,83); }
H1.HeaderClassName
{
color: #D17253;
}
.AnyTagClassName
{
color: #D17253;
}
</style>
background-color css
<style>
a { background-color: #D17253; }
a { background-color: rgb(209,114,83); }
div.DivClassName
{
background-color: #D17253;
}
.BgClassName
{
background-color: #D17253;
}
</style>
border-color css
<style>
span { border-color: #D17253; }
span { border-color: rgb(209,114,83); }
td.TdClassName
{
border-color: #D17253;
}
.TagClassName
{
border-color: #D17253;
}
</style>