Shades of Japonica #D6785F
Tints of Japonica #D6785F
RGB
CMYK
RGB Variations
Color information
#D6785F (or 0xD6785F) is known color: Japonica. HEX triplet: D6, 78 and 5F. RGB value is (214,120,95). Sum of RGB (Red+Green+Blue) = 214+120+95=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6785F is #2987A0. Grayscale: #919191. Windows color (decimal): -2721697 or 6256854. OLE color: 6256854.
HSL color Cylindrical-coordinate representation of color #D6785F: hue angle of 12.61º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6785F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 95 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.16 |
| HSL | 12.61º | 0.59% | 0.61% | - |
| HSV(B) | 12.61º | 0.56% | 0.84% | - |
| XYZ | 36.51 | 28.56 | 14.41 | - |
| YUV | 145.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 95 | 0 | 0.44 | 0.56 | 0.16 | 12.61 | 0.59 | 0.61 |
| Hex | D6 | 78 | 5F | 0 | 2C | 38 | 10 | D | 3B | 3D |
| Octal | 326 | 170 | 137 | 0 | 54 | 70 | 20 | 15 | 73 | 75 |
| Binary | 11010110 | 1111000 | 1011111 | 0 | 101100 | 111000 | 10000 | 1101 | 111011 | 111101 |
Color Harmonies of #D6785F
Complementary color
Monochromatic Colors of #D6785F
Black with #D6785F
Text Example
Text Example
White with #D6785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6785F; }
p { color: rgb(214,120,95); }
H1.HeaderClassName
{
color: #D6785F;
}
.AnyTagClassName
{
color: #D6785F;
}
</style>
background-color css
<style>
a { background-color: #D6785F; }
a { background-color: rgb(214,120,95); }
div.DivClassName
{
background-color: #D6785F;
}
.BgClassName
{
background-color: #D6785F;
}
</style>
border-color css
<style>
span { border-color: #D6785F; }
span { border-color: rgb(214,120,95); }
td.TdClassName
{
border-color: #D6785F;
}
.TagClassName
{
border-color: #D6785F;
}
</style>