Shades of Japonica #D17A54
Tints of Japonica #D17A54
RGB
CMYK
RGB Variations
Color information
#D17A54 (or 0xD17A54) is known color: Japonica. HEX triplet: D1, 7A and 54. RGB value is (209,122,84). Sum of RGB (Red+Green+Blue) = 209+122+84=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A54 is #2E85AB. Grayscale: #8F8F8F. Windows color (decimal): -3048876 or 5536465. OLE color: 5536465.
HSL color Cylindrical-coordinate representation of color #D17A54: hue angle of 18.24º 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 #D17A54 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 84 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.18 |
| HSL | 18.24º | 0.58% | 0.57% | - |
| HSV(B) | 18.24º | 0.6% | 0.82% | - |
| XYZ | 34.85 | 28.11 | 11.98 | - |
| YUV | 143.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 84 | 0 | 0.42 | 0.60 | 0.18 | 18.24 | 0.58 | 0.57 |
| Hex | D1 | 7A | 54 | 0 | 2A | 3C | 12 | 12 | 3A | 39 |
| Octal | 321 | 172 | 124 | 0 | 52 | 74 | 22 | 22 | 72 | 71 |
| Binary | 11010001 | 1111010 | 1010100 | 0 | 101010 | 111100 | 10010 | 10010 | 111010 | 111001 |
Color Harmonies of #D17A54
Complementary color
Monochromatic Colors of #D17A54
Black with #D17A54
Text Example
Text Example
White with #D17A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A54; }
p { color: rgb(209,122,84); }
H1.HeaderClassName
{
color: #D17A54;
}
.AnyTagClassName
{
color: #D17A54;
}
</style>
background-color css
<style>
a { background-color: #D17A54; }
a { background-color: rgb(209,122,84); }
div.DivClassName
{
background-color: #D17A54;
}
.BgClassName
{
background-color: #D17A54;
}
</style>
border-color css
<style>
span { border-color: #D17A54; }
span { border-color: rgb(209,122,84); }
td.TdClassName
{
border-color: #D17A54;
}
.TagClassName
{
border-color: #D17A54;
}
</style>