Shades of Japonica #D37465
Tints of Japonica #D37465
RGB
CMYK
RGB Variations
Color information
#D37465 (or 0xD37465) is known color: Japonica. HEX triplet: D3, 74 and 65. RGB value is (211,116,101). Sum of RGB (Red+Green+Blue) = 211+116+101=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D37465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37465 is #2C8B9A. Grayscale: #8E8E8E. Windows color (decimal): -2919323 or 6649043. OLE color: 6649043.
HSL color Cylindrical-coordinate representation of color #D37465: hue angle of 8.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D37465 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 101 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.17 |
| HSL | 8.18º | 0.56% | 0.61% | - |
| HSV(B) | 8.18º | 0.52% | 0.83% | - |
| XYZ | 35.46 | 27.28 | 15.71 | - |
| YUV | 142.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 101 | 0 | 0.45 | 0.52 | 0.17 | 8.18 | 0.56 | 0.61 |
| Hex | D3 | 74 | 65 | 0 | 2D | 34 | 11 | 8 | 38 | 3D |
| Octal | 323 | 164 | 145 | 0 | 55 | 64 | 21 | 10 | 70 | 75 |
| Binary | 11010011 | 1110100 | 1100101 | 0 | 101101 | 110100 | 10001 | 1000 | 111000 | 111101 |
Color Harmonies of #D37465
Complementary color
Monochromatic Colors of #D37465
Black with #D37465
Text Example
Text Example
White with #D37465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37465; }
p { color: rgb(211,116,101); }
H1.HeaderClassName
{
color: #D37465;
}
.AnyTagClassName
{
color: #D37465;
}
</style>
background-color css
<style>
a { background-color: #D37465; }
a { background-color: rgb(211,116,101); }
div.DivClassName
{
background-color: #D37465;
}
.BgClassName
{
background-color: #D37465;
}
</style>
border-color css
<style>
span { border-color: #D37465; }
span { border-color: rgb(211,116,101); }
td.TdClassName
{
border-color: #D37465;
}
.TagClassName
{
border-color: #D37465;
}
</style>