Shades of Japonica #D17052
Tints of Japonica #D17052
RGB
CMYK
RGB Variations
Color information
#D17052 (or 0xD17052) is known color: Japonica. HEX triplet: D1, 70 and 52. RGB value is (209,112,82). Sum of RGB (Red+Green+Blue) = 209+112+82=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D17052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17052 is #2E8FAD. Grayscale: #898989. Windows color (decimal): -3051438 or 5402833. OLE color: 5402833.
HSL color Cylindrical-coordinate representation of color #D17052: hue angle of 14.17º 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 #D17052 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 82 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.18 |
| HSL | 14.17º | 0.58% | 0.57% | - |
| HSV(B) | 14.17º | 0.61% | 0.82% | - |
| XYZ | 33.61 | 25.75 | 11.18 | - |
| YUV | 137.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 82 | 0 | 0.46 | 0.61 | 0.18 | 14.17 | 0.58 | 0.57 |
| Hex | D1 | 70 | 52 | 0 | 2E | 3D | 12 | E | 3A | 39 |
| Octal | 321 | 160 | 122 | 0 | 56 | 75 | 22 | 16 | 72 | 71 |
| Binary | 11010001 | 1110000 | 1010010 | 0 | 101110 | 111101 | 10010 | 1110 | 111010 | 111001 |
Color Harmonies of #D17052
Complementary color
Monochromatic Colors of #D17052
Black with #D17052
Text Example
Text Example
White with #D17052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17052; }
p { color: rgb(209,112,82); }
H1.HeaderClassName
{
color: #D17052;
}
.AnyTagClassName
{
color: #D17052;
}
</style>
background-color css
<style>
a { background-color: #D17052; }
a { background-color: rgb(209,112,82); }
div.DivClassName
{
background-color: #D17052;
}
.BgClassName
{
background-color: #D17052;
}
</style>
border-color css
<style>
span { border-color: #D17052; }
span { border-color: rgb(209,112,82); }
td.TdClassName
{
border-color: #D17052;
}
.TagClassName
{
border-color: #D17052;
}
</style>