Shades of Japonica #D2765E
Tints of Japonica #D2765E
RGB
CMYK
RGB Variations
Color information
#D2765E (or 0xD2765E) is known color: Japonica. HEX triplet: D2, 76 and 5E. RGB value is (210,118,94). Sum of RGB (Red+Green+Blue) = 210+118+94=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2765E is #2D89A1. Grayscale: #8E8E8E. Windows color (decimal): -2984354 or 6190802. OLE color: 6190802.
HSL color Cylindrical-coordinate representation of color #D2765E: hue angle of 12.41º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2765E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 94 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 12.41º | 0.56% | 0.6% | - |
| HSV(B) | 12.41º | 0.55% | 0.82% | - |
| XYZ | 35.08 | 27.47 | 14.04 | - |
| YUV | 142.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 94 | 0 | 0.44 | 0.55 | 0.18 | 12.41 | 0.56 | 0.6 |
| Hex | D2 | 76 | 5E | 0 | 2C | 37 | 12 | C | 38 | 3C |
| Octal | 322 | 166 | 136 | 0 | 54 | 67 | 22 | 14 | 70 | 74 |
| Binary | 11010010 | 1110110 | 1011110 | 0 | 101100 | 110111 | 10010 | 1100 | 111000 | 111100 |
Color Harmonies of #D2765E
Complementary color
Monochromatic Colors of #D2765E
Black with #D2765E
Text Example
Text Example
White with #D2765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2765E; }
p { color: rgb(210,118,94); }
H1.HeaderClassName
{
color: #D2765E;
}
.AnyTagClassName
{
color: #D2765E;
}
</style>
background-color css
<style>
a { background-color: #D2765E; }
a { background-color: rgb(210,118,94); }
div.DivClassName
{
background-color: #D2765E;
}
.BgClassName
{
background-color: #D2765E;
}
</style>
border-color css
<style>
span { border-color: #D2765E; }
span { border-color: rgb(210,118,94); }
td.TdClassName
{
border-color: #D2765E;
}
.TagClassName
{
border-color: #D2765E;
}
</style>