Shades of Japonica #D67355
Tints of Japonica #D67355
RGB
CMYK
RGB Variations
Color information
#D67355 (or 0xD67355) is known color: Japonica. HEX triplet: D6, 73 and 55. RGB value is (214,115,85). Sum of RGB (Red+Green+Blue) = 214+115+85=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D67355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67355 is #298CAA. Grayscale: #8D8D8D. Windows color (decimal): -2722987 or 5600214. OLE color: 5600214.
HSL color Cylindrical-coordinate representation of color #D67355: hue angle of 13.95º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D67355 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 85 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.16 |
| HSL | 13.95º | 0.61% | 0.59% | - |
| HSV(B) | 13.95º | 0.6% | 0.84% | - |
| XYZ | 35.5 | 27.21 | 11.98 | - |
| YUV | 141.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 85 | 0 | 0.46 | 0.60 | 0.16 | 13.95 | 0.61 | 0.59 |
| Hex | D6 | 73 | 55 | 0 | 2E | 3C | 10 | E | 3D | 3B |
| Octal | 326 | 163 | 125 | 0 | 56 | 74 | 20 | 16 | 75 | 73 |
| Binary | 11010110 | 1110011 | 1010101 | 0 | 101110 | 111100 | 10000 | 1110 | 111101 | 111011 |
Color Harmonies of #D67355
Complementary color
Monochromatic Colors of #D67355
Black with #D67355
Text Example
Text Example
White with #D67355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67355; }
p { color: rgb(214,115,85); }
H1.HeaderClassName
{
color: #D67355;
}
.AnyTagClassName
{
color: #D67355;
}
</style>
background-color css
<style>
a { background-color: #D67355; }
a { background-color: rgb(214,115,85); }
div.DivClassName
{
background-color: #D67355;
}
.BgClassName
{
background-color: #D67355;
}
</style>
border-color css
<style>
span { border-color: #D67355; }
span { border-color: rgb(214,115,85); }
td.TdClassName
{
border-color: #D67355;
}
.TagClassName
{
border-color: #D67355;
}
</style>