Shades of Japonica #D37562
Tints of Japonica #D37562
RGB
CMYK
RGB Variations
Color information
#D37562 (or 0xD37562) is known color: Japonica. HEX triplet: D3, 75 and 62. RGB value is (211,117,98). Sum of RGB (Red+Green+Blue) = 211+117+98=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D37562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37562 is #2C8A9D. Grayscale: #8F8F8F. Windows color (decimal): -2919070 or 6452691. OLE color: 6452691.
HSL color Cylindrical-coordinate representation of color #D37562: hue angle of 10.09º 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 #D37562 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 98 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.17 |
| HSL | 10.09º | 0.56% | 0.61% | - |
| HSV(B) | 10.09º | 0.54% | 0.83% | - |
| XYZ | 35.43 | 27.45 | 14.99 | - |
| YUV | 142.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 98 | 0 | 0.45 | 0.54 | 0.17 | 10.09 | 0.56 | 0.61 |
| Hex | D3 | 75 | 62 | 0 | 2D | 36 | 11 | A | 38 | 3D |
| Octal | 323 | 165 | 142 | 0 | 55 | 66 | 21 | 12 | 70 | 75 |
| Binary | 11010011 | 1110101 | 1100010 | 0 | 101101 | 110110 | 10001 | 1010 | 111000 | 111101 |
Color Harmonies of #D37562
Complementary color
Monochromatic Colors of #D37562
Black with #D37562
Text Example
Text Example
White with #D37562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37562; }
p { color: rgb(211,117,98); }
H1.HeaderClassName
{
color: #D37562;
}
.AnyTagClassName
{
color: #D37562;
}
</style>
background-color css
<style>
a { background-color: #D37562; }
a { background-color: rgb(211,117,98); }
div.DivClassName
{
background-color: #D37562;
}
.BgClassName
{
background-color: #D37562;
}
</style>
border-color css
<style>
span { border-color: #D37562; }
span { border-color: rgb(211,117,98); }
td.TdClassName
{
border-color: #D37562;
}
.TagClassName
{
border-color: #D37562;
}
</style>