Shades of Japonica #D67855
Tints of Japonica #D67855
RGB
CMYK
RGB Variations
Color information
#D67855 (or 0xD67855) is known color: Japonica. HEX triplet: D6, 78 and 55. RGB value is (214,120,85). Sum of RGB (Red+Green+Blue) = 214+120+85=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D67855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67855 is #2987AA. Grayscale: #909090. Windows color (decimal): -2721707 or 5601494. OLE color: 5601494.
HSL color Cylindrical-coordinate representation of color #D67855: hue angle of 16.28º 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 #D67855 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 85 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.16 |
| HSL | 16.28º | 0.61% | 0.59% | - |
| HSV(B) | 16.28º | 0.6% | 0.84% | - |
| XYZ | 36.09 | 28.38 | 12.17 | - |
| YUV | 144.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 85 | 0 | 0.44 | 0.60 | 0.16 | 16.28 | 0.61 | 0.59 |
| Hex | D6 | 78 | 55 | 0 | 2C | 3C | 10 | 10 | 3D | 3B |
| Octal | 326 | 170 | 125 | 0 | 54 | 74 | 20 | 20 | 75 | 73 |
| Binary | 11010110 | 1111000 | 1010101 | 0 | 101100 | 111100 | 10000 | 10000 | 111101 | 111011 |
Color Harmonies of #D67855
Complementary color
Monochromatic Colors of #D67855
Black with #D67855
Text Example
Text Example
White with #D67855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67855; }
p { color: rgb(214,120,85); }
H1.HeaderClassName
{
color: #D67855;
}
.AnyTagClassName
{
color: #D67855;
}
</style>
background-color css
<style>
a { background-color: #D67855; }
a { background-color: rgb(214,120,85); }
div.DivClassName
{
background-color: #D67855;
}
.BgClassName
{
background-color: #D67855;
}
</style>
border-color css
<style>
span { border-color: #D67855; }
span { border-color: rgb(214,120,85); }
td.TdClassName
{
border-color: #D67855;
}
.TagClassName
{
border-color: #D67855;
}
</style>