Shades of Japonica #D67565
Tints of Japonica #D67565
RGB
CMYK
RGB Variations
Color information
#D67565 (or 0xD67565) is known color: Japonica. HEX triplet: D6, 75 and 65. RGB value is (214,117,101). Sum of RGB (Red+Green+Blue) = 214+117+101=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D67565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67565 is #298A9A. Grayscale: #909090. Windows color (decimal): -2722459 or 6649302. OLE color: 6649302.
HSL color Cylindrical-coordinate representation of color #D67565: hue angle of 8.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D67565 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 101 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 8.5º | 0.58% | 0.62% | - |
| HSV(B) | 8.5º | 0.53% | 0.84% | - |
| XYZ | 36.44 | 27.96 | 15.79 | - |
| YUV | 144.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 101 | 0 | 0.45 | 0.53 | 0.16 | 8.5 | 0.58 | 0.62 |
| Hex | D6 | 75 | 65 | 0 | 2D | 35 | 10 | 8 | 3A | 3E |
| Octal | 326 | 165 | 145 | 0 | 55 | 65 | 20 | 10 | 72 | 76 |
| Binary | 11010110 | 1110101 | 1100101 | 0 | 101101 | 110101 | 10000 | 1000 | 111010 | 111110 |
Color Harmonies of #D67565
Complementary color
Monochromatic Colors of #D67565
Black with #D67565
Text Example
Text Example
White with #D67565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67565; }
p { color: rgb(214,117,101); }
H1.HeaderClassName
{
color: #D67565;
}
.AnyTagClassName
{
color: #D67565;
}
</style>
background-color css
<style>
a { background-color: #D67565; }
a { background-color: rgb(214,117,101); }
div.DivClassName
{
background-color: #D67565;
}
.BgClassName
{
background-color: #D67565;
}
</style>
border-color css
<style>
span { border-color: #D67565; }
span { border-color: rgb(214,117,101); }
td.TdClassName
{
border-color: #D67565;
}
.TagClassName
{
border-color: #D67565;
}
</style>