Shades of Japonica #D17552
Tints of Japonica #D17552
RGB
CMYK
RGB Variations
Color information
#D17552 (or 0xD17552) is known color: Japonica. HEX triplet: D1, 75 and 52. RGB value is (209,117,82). Sum of RGB (Red+Green+Blue) = 209+117+82=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D17552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17552 is #2E8AAD. Grayscale: #8C8C8C. Windows color (decimal): -3050158 or 5404113. OLE color: 5404113.
HSL color Cylindrical-coordinate representation of color #D17552: hue angle of 16.54º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D17552 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 82 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.18 |
| HSL | 16.54º | 0.58% | 0.57% | - |
| HSV(B) | 16.54º | 0.61% | 0.82% | - |
| XYZ | 34.18 | 26.89 | 11.37 | - |
| YUV | 140.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 82 | 0 | 0.44 | 0.61 | 0.18 | 16.54 | 0.58 | 0.57 |
| Hex | D1 | 75 | 52 | 0 | 2C | 3D | 12 | 11 | 3A | 39 |
| Octal | 321 | 165 | 122 | 0 | 54 | 75 | 22 | 21 | 72 | 71 |
| Binary | 11010001 | 1110101 | 1010010 | 0 | 101100 | 111101 | 10010 | 10001 | 111010 | 111001 |
Color Harmonies of #D17552
Complementary color
Monochromatic Colors of #D17552
Black with #D17552
Text Example
Text Example
White with #D17552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17552; }
p { color: rgb(209,117,82); }
H1.HeaderClassName
{
color: #D17552;
}
.AnyTagClassName
{
color: #D17552;
}
</style>
background-color css
<style>
a { background-color: #D17552; }
a { background-color: rgb(209,117,82); }
div.DivClassName
{
background-color: #D17552;
}
.BgClassName
{
background-color: #D17552;
}
</style>
border-color css
<style>
span { border-color: #D17552; }
span { border-color: rgb(209,117,82); }
td.TdClassName
{
border-color: #D17552;
}
.TagClassName
{
border-color: #D17552;
}
</style>