Shades of Japonica #D37462
Tints of Japonica #D37462
RGB
CMYK
RGB Variations
Color information
#D37462 (or 0xD37462) is known color: Japonica. HEX triplet: D3, 74 and 62. RGB value is (211,116,98). Sum of RGB (Red+Green+Blue) = 211+116+98=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D37462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37462 is #2C8B9D. Grayscale: #8E8E8E. Windows color (decimal): -2919326 or 6452435. OLE color: 6452435.
HSL color Cylindrical-coordinate representation of color #D37462: hue angle of 9.56º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D37462 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 98 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.17 |
| HSL | 9.56º | 0.56% | 0.61% | - |
| HSV(B) | 9.56º | 0.54% | 0.83% | - |
| XYZ | 35.31 | 27.22 | 14.95 | - |
| YUV | 142.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 98 | 0 | 0.45 | 0.54 | 0.17 | 9.56 | 0.56 | 0.61 |
| Hex | D3 | 74 | 62 | 0 | 2D | 36 | 11 | A | 38 | 3D |
| Octal | 323 | 164 | 142 | 0 | 55 | 66 | 21 | 12 | 70 | 75 |
| Binary | 11010011 | 1110100 | 1100010 | 0 | 101101 | 110110 | 10001 | 1010 | 111000 | 111101 |
Color Harmonies of #D37462
Complementary color
Monochromatic Colors of #D37462
Black with #D37462
Text Example
Text Example
White with #D37462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37462; }
p { color: rgb(211,116,98); }
H1.HeaderClassName
{
color: #D37462;
}
.AnyTagClassName
{
color: #D37462;
}
</style>
background-color css
<style>
a { background-color: #D37462; }
a { background-color: rgb(211,116,98); }
div.DivClassName
{
background-color: #D37462;
}
.BgClassName
{
background-color: #D37462;
}
</style>
border-color css
<style>
span { border-color: #D37462; }
span { border-color: rgb(211,116,98); }
td.TdClassName
{
border-color: #D37462;
}
.TagClassName
{
border-color: #D37462;
}
</style>