Shades of Japonica #D17764
Tints of Japonica #D17764
RGB
CMYK
RGB Variations
Color information
#D17764 (or 0xD17764) is known color: Japonica. HEX triplet: D1, 77 and 64. RGB value is (209,119,100). Sum of RGB (Red+Green+Blue) = 209+119+100=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D17764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17764 is #2E889B. Grayscale: #8F8F8F. Windows color (decimal): -3049628 or 6584273. OLE color: 6584273.
HSL color Cylindrical-coordinate representation of color #D17764: hue angle of 10.46º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D17764 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 100 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.18 |
| HSL | 10.46º | 0.54% | 0.61% | - |
| HSV(B) | 10.46º | 0.52% | 0.82% | - |
| XYZ | 35.19 | 27.67 | 15.54 | - |
| YUV | 143.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 100 | 0 | 0.43 | 0.52 | 0.18 | 10.46 | 0.54 | 0.61 |
| Hex | D1 | 77 | 64 | 0 | 2B | 34 | 12 | A | 36 | 3D |
| Octal | 321 | 167 | 144 | 0 | 53 | 64 | 22 | 12 | 66 | 75 |
| Binary | 11010001 | 1110111 | 1100100 | 0 | 101011 | 110100 | 10010 | 1010 | 110110 | 111101 |
Color Harmonies of #D17764
Complementary color
Monochromatic Colors of #D17764
Black with #D17764
Text Example
Text Example
White with #D17764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17764; }
p { color: rgb(209,119,100); }
H1.HeaderClassName
{
color: #D17764;
}
.AnyTagClassName
{
color: #D17764;
}
</style>
background-color css
<style>
a { background-color: #D17764; }
a { background-color: rgb(209,119,100); }
div.DivClassName
{
background-color: #D17764;
}
.BgClassName
{
background-color: #D17764;
}
</style>
border-color css
<style>
span { border-color: #D17764; }
span { border-color: rgb(209,119,100); }
td.TdClassName
{
border-color: #D17764;
}
.TagClassName
{
border-color: #D17764;
}
</style>