Shades of Japonica #D17158
Tints of Japonica #D17158
RGB
CMYK
RGB Variations
Color information
#D17158 (or 0xD17158) is known color: Japonica. HEX triplet: D1, 71 and 58. RGB value is (209,113,88). Sum of RGB (Red+Green+Blue) = 209+113+88=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D17158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17158 is #2E8EA7. Grayscale: #8B8B8B. Windows color (decimal): -3051176 or 5796305. OLE color: 5796305.
HSL color Cylindrical-coordinate representation of color #D17158: hue angle of 12.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D17158 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 88 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.18 |
| HSL | 12.4º | 0.57% | 0.58% | - |
| HSV(B) | 12.4º | 0.58% | 0.82% | - |
| XYZ | 33.96 | 26.07 | 12.47 | - |
| YUV | 138.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 88 | 0 | 0.46 | 0.58 | 0.18 | 12.4 | 0.57 | 0.58 |
| Hex | D1 | 71 | 58 | 0 | 2E | 3A | 12 | C | 39 | 3A |
| Octal | 321 | 161 | 130 | 0 | 56 | 72 | 22 | 14 | 71 | 72 |
| Binary | 11010001 | 1110001 | 1011000 | 0 | 101110 | 111010 | 10010 | 1100 | 111001 | 111010 |
Color Harmonies of #D17158
Complementary color
Monochromatic Colors of #D17158
Black with #D17158
Text Example
Text Example
White with #D17158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17158; }
p { color: rgb(209,113,88); }
H1.HeaderClassName
{
color: #D17158;
}
.AnyTagClassName
{
color: #D17158;
}
</style>
background-color css
<style>
a { background-color: #D17158; }
a { background-color: rgb(209,113,88); }
div.DivClassName
{
background-color: #D17158;
}
.BgClassName
{
background-color: #D17158;
}
</style>
border-color css
<style>
span { border-color: #D17158; }
span { border-color: rgb(209,113,88); }
td.TdClassName
{
border-color: #D17158;
}
.TagClassName
{
border-color: #D17158;
}
</style>