Shades of Japonica #D17A55
Tints of Japonica #D17A55
RGB
CMYK
RGB Variations
Color information
#D17A55 (or 0xD17A55) is known color: Japonica. HEX triplet: D1, 7A and 55. RGB value is (209,122,85). Sum of RGB (Red+Green+Blue) = 209+122+85=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A55 is #2E85AA. Grayscale: #909090. Windows color (decimal): -3048875 or 5602001. OLE color: 5602001.
HSL color Cylindrical-coordinate representation of color #D17A55: hue angle of 17.9º 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 #D17A55 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 85 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.18 |
| HSL | 17.9º | 0.57% | 0.58% | - |
| HSV(B) | 17.9º | 0.59% | 0.82% | - |
| XYZ | 34.89 | 28.13 | 12.18 | - |
| YUV | 143.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 85 | 0 | 0.42 | 0.59 | 0.18 | 17.9 | 0.57 | 0.58 |
| Hex | D1 | 7A | 55 | 0 | 2A | 3B | 12 | 12 | 39 | 3A |
| Octal | 321 | 172 | 125 | 0 | 52 | 73 | 22 | 22 | 71 | 72 |
| Binary | 11010001 | 1111010 | 1010101 | 0 | 101010 | 111011 | 10010 | 10010 | 111001 | 111010 |
Color Harmonies of #D17A55
Complementary color
Monochromatic Colors of #D17A55
Black with #D17A55
Text Example
Text Example
White with #D17A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A55; }
p { color: rgb(209,122,85); }
H1.HeaderClassName
{
color: #D17A55;
}
.AnyTagClassName
{
color: #D17A55;
}
</style>
background-color css
<style>
a { background-color: #D17A55; }
a { background-color: rgb(209,122,85); }
div.DivClassName
{
background-color: #D17A55;
}
.BgClassName
{
background-color: #D17A55;
}
</style>
border-color css
<style>
span { border-color: #D17A55; }
span { border-color: rgb(209,122,85); }
td.TdClassName
{
border-color: #D17A55;
}
.TagClassName
{
border-color: #D17A55;
}
</style>