Shades of Japonica #D17053
Tints of Japonica #D17053
RGB
CMYK
RGB Variations
Color information
#D17053 (or 0xD17053) is known color: Japonica. HEX triplet: D1, 70 and 53. RGB value is (209,112,83). Sum of RGB (Red+Green+Blue) = 209+112+83=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D17053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17053 is #2E8FAC. Grayscale: #898989. Windows color (decimal): -3051437 or 5468369. OLE color: 5468369.
HSL color Cylindrical-coordinate representation of color #D17053: hue angle of 13.81º 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 #D17053 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 83 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 13.81º | 0.58% | 0.57% | - |
| HSV(B) | 13.81º | 0.6% | 0.82% | - |
| XYZ | 33.65 | 25.77 | 11.38 | - |
| YUV | 137.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 83 | 0 | 0.46 | 0.60 | 0.18 | 13.81 | 0.58 | 0.57 |
| Hex | D1 | 70 | 53 | 0 | 2E | 3C | 12 | E | 3A | 39 |
| Octal | 321 | 160 | 123 | 0 | 56 | 74 | 22 | 16 | 72 | 71 |
| Binary | 11010001 | 1110000 | 1010011 | 0 | 101110 | 111100 | 10010 | 1110 | 111010 | 111001 |
Color Harmonies of #D17053
Complementary color
Monochromatic Colors of #D17053
Black with #D17053
Text Example
Text Example
White with #D17053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17053; }
p { color: rgb(209,112,83); }
H1.HeaderClassName
{
color: #D17053;
}
.AnyTagClassName
{
color: #D17053;
}
</style>
background-color css
<style>
a { background-color: #D17053; }
a { background-color: rgb(209,112,83); }
div.DivClassName
{
background-color: #D17053;
}
.BgClassName
{
background-color: #D17053;
}
</style>
border-color css
<style>
span { border-color: #D17053; }
span { border-color: rgb(209,112,83); }
td.TdClassName
{
border-color: #D17053;
}
.TagClassName
{
border-color: #D17053;
}
</style>