Shades of Japonica #D17762
Tints of Japonica #D17762
RGB
CMYK
RGB Variations
Color information
#D17762 (or 0xD17762) is known color: Japonica. HEX triplet: D1, 77 and 62. RGB value is (209,119,98). Sum of RGB (Red+Green+Blue) = 209+119+98=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17762 is #2E889D. Grayscale: #8F8F8F. Windows color (decimal): -3049630 or 6453201. OLE color: 6453201.
HSL color Cylindrical-coordinate representation of color #D17762: hue angle of 11.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17762 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 98 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.18 |
| HSL | 11.35º | 0.55% | 0.6% | - |
| HSV(B) | 11.35º | 0.53% | 0.82% | - |
| XYZ | 35.1 | 27.63 | 15.04 | - |
| YUV | 143.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 98 | 0 | 0.43 | 0.53 | 0.18 | 11.35 | 0.55 | 0.6 |
| Hex | D1 | 77 | 62 | 0 | 2B | 35 | 12 | B | 37 | 3C |
| Octal | 321 | 167 | 142 | 0 | 53 | 65 | 22 | 13 | 67 | 74 |
| Binary | 11010001 | 1110111 | 1100010 | 0 | 101011 | 110101 | 10010 | 1011 | 110111 | 111100 |
Color Harmonies of #D17762
Complementary color
Monochromatic Colors of #D17762
Black with #D17762
Text Example
Text Example
White with #D17762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17762; }
p { color: rgb(209,119,98); }
H1.HeaderClassName
{
color: #D17762;
}
.AnyTagClassName
{
color: #D17762;
}
</style>
background-color css
<style>
a { background-color: #D17762; }
a { background-color: rgb(209,119,98); }
div.DivClassName
{
background-color: #D17762;
}
.BgClassName
{
background-color: #D17762;
}
</style>
border-color css
<style>
span { border-color: #D17762; }
span { border-color: rgb(209,119,98); }
td.TdClassName
{
border-color: #D17762;
}
.TagClassName
{
border-color: #D17762;
}
</style>