Shades of Japonica #D17962
Tints of Japonica #D17962
RGB
CMYK
RGB Variations
Color information
#D17962 (or 0xD17962) is known color: Japonica. HEX triplet: D1, 79 and 62. RGB value is (209,121,98). Sum of RGB (Red+Green+Blue) = 209+121+98=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D17962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17962 is #2E869D. Grayscale: #909090. Windows color (decimal): -3049118 or 6453713. OLE color: 6453713.
HSL color Cylindrical-coordinate representation of color #D17962: hue angle of 12.43º 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 #D17962 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 98 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.18 |
| HSL | 12.43º | 0.55% | 0.6% | - |
| HSV(B) | 12.43º | 0.53% | 0.82% | - |
| XYZ | 35.34 | 28.11 | 15.12 | - |
| YUV | 144.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 98 | 0 | 0.42 | 0.53 | 0.18 | 12.43 | 0.55 | 0.6 |
| Hex | D1 | 79 | 62 | 0 | 2A | 35 | 12 | C | 37 | 3C |
| Octal | 321 | 171 | 142 | 0 | 52 | 65 | 22 | 14 | 67 | 74 |
| Binary | 11010001 | 1111001 | 1100010 | 0 | 101010 | 110101 | 10010 | 1100 | 110111 | 111100 |
Color Harmonies of #D17962
Complementary color
Monochromatic Colors of #D17962
Black with #D17962
Text Example
Text Example
White with #D17962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17962; }
p { color: rgb(209,121,98); }
H1.HeaderClassName
{
color: #D17962;
}
.AnyTagClassName
{
color: #D17962;
}
</style>
background-color css
<style>
a { background-color: #D17962; }
a { background-color: rgb(209,121,98); }
div.DivClassName
{
background-color: #D17962;
}
.BgClassName
{
background-color: #D17962;
}
</style>
border-color css
<style>
span { border-color: #D17962; }
span { border-color: rgb(209,121,98); }
td.TdClassName
{
border-color: #D17962;
}
.TagClassName
{
border-color: #D17962;
}
</style>