Shades of Japonica #D17455
Tints of Japonica #D17455
RGB
CMYK
RGB Variations
Color information
#D17455 (or 0xD17455) is known color: Japonica. HEX triplet: D1, 74 and 55. RGB value is (209,116,85). Sum of RGB (Red+Green+Blue) = 209+116+85=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D17455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17455 is #2E8BAA. Grayscale: #8C8C8C. Windows color (decimal): -3050411 or 5600465. OLE color: 5600465.
HSL color Cylindrical-coordinate representation of color #D17455: hue angle of 15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D17455 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 85 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.18 |
| HSL | 15º | 0.57% | 0.58% | - |
| HSV(B) | 15º | 0.59% | 0.82% | - |
| XYZ | 34.18 | 26.7 | 11.95 | - |
| YUV | 140.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 85 | 0 | 0.44 | 0.59 | 0.18 | 15 | 0.57 | 0.58 |
| Hex | D1 | 74 | 55 | 0 | 2C | 3B | 12 | F | 39 | 3A |
| Octal | 321 | 164 | 125 | 0 | 54 | 73 | 22 | 17 | 71 | 72 |
| Binary | 11010001 | 1110100 | 1010101 | 0 | 101100 | 111011 | 10010 | 1111 | 111001 | 111010 |
Color Harmonies of #D17455
Complementary color
Monochromatic Colors of #D17455
Black with #D17455
Text Example
Text Example
White with #D17455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17455; }
p { color: rgb(209,116,85); }
H1.HeaderClassName
{
color: #D17455;
}
.AnyTagClassName
{
color: #D17455;
}
</style>
background-color css
<style>
a { background-color: #D17455; }
a { background-color: rgb(209,116,85); }
div.DivClassName
{
background-color: #D17455;
}
.BgClassName
{
background-color: #D17455;
}
</style>
border-color css
<style>
span { border-color: #D17455; }
span { border-color: rgb(209,116,85); }
td.TdClassName
{
border-color: #D17455;
}
.TagClassName
{
border-color: #D17455;
}
</style>