Shades of Japonica #D27362
Tints of Japonica #D27362
RGB
CMYK
RGB Variations
Color information
#D27362 (or 0xD27362) is known color: Japonica. HEX triplet: D2, 73 and 62. RGB value is (210,115,98). Sum of RGB (Red+Green+Blue) = 210+115+98=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D27362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27362 is #2D8C9D. Grayscale: #8D8D8D. Windows color (decimal): -2985118 or 6452178. OLE color: 6452178.
HSL color Cylindrical-coordinate representation of color #D27362: hue angle of 9.11º 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 #D27362 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 98 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.18 |
| HSL | 9.11º | 0.55% | 0.6% | - |
| HSV(B) | 9.11º | 0.53% | 0.82% | - |
| XYZ | 34.91 | 26.84 | 14.9 | - |
| YUV | 141.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 98 | 0 | 0.45 | 0.53 | 0.18 | 9.11 | 0.55 | 0.6 |
| Hex | D2 | 73 | 62 | 0 | 2D | 35 | 12 | 9 | 37 | 3C |
| Octal | 322 | 163 | 142 | 0 | 55 | 65 | 22 | 11 | 67 | 74 |
| Binary | 11010010 | 1110011 | 1100010 | 0 | 101101 | 110101 | 10010 | 1001 | 110111 | 111100 |
Color Harmonies of #D27362
Complementary color
Monochromatic Colors of #D27362
Black with #D27362
Text Example
Text Example
White with #D27362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27362; }
p { color: rgb(210,115,98); }
H1.HeaderClassName
{
color: #D27362;
}
.AnyTagClassName
{
color: #D27362;
}
</style>
background-color css
<style>
a { background-color: #D27362; }
a { background-color: rgb(210,115,98); }
div.DivClassName
{
background-color: #D27362;
}
.BgClassName
{
background-color: #D27362;
}
</style>
border-color css
<style>
span { border-color: #D27362; }
span { border-color: rgb(210,115,98); }
td.TdClassName
{
border-color: #D27362;
}
.TagClassName
{
border-color: #D27362;
}
</style>