Shades of Japonica #D6785C
Tints of Japonica #D6785C
RGB
CMYK
RGB Variations
Color information
#D6785C (or 0xD6785C) is known color: Japonica. HEX triplet: D6, 78 and 5C. RGB value is (214,120,92). Sum of RGB (Red+Green+Blue) = 214+120+92=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6785C is #2987A3. Grayscale: #919191. Windows color (decimal): -2721700 or 6060246. OLE color: 6060246.
HSL color Cylindrical-coordinate representation of color #D6785C: hue angle of 13.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6785C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 92 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.16 |
| HSL | 13.77º | 0.6% | 0.6% | - |
| HSV(B) | 13.77º | 0.57% | 0.84% | - |
| XYZ | 36.38 | 28.5 | 13.71 | - |
| YUV | 144.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 92 | 0 | 0.44 | 0.57 | 0.16 | 13.77 | 0.6 | 0.6 |
| Hex | D6 | 78 | 5C | 0 | 2C | 39 | 10 | E | 3C | 3C |
| Octal | 326 | 170 | 134 | 0 | 54 | 71 | 20 | 16 | 74 | 74 |
| Binary | 11010110 | 1111000 | 1011100 | 0 | 101100 | 111001 | 10000 | 1110 | 111100 | 111100 |
Color Harmonies of #D6785C
Complementary color
Monochromatic Colors of #D6785C
Black with #D6785C
Text Example
Text Example
White with #D6785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6785C; }
p { color: rgb(214,120,92); }
H1.HeaderClassName
{
color: #D6785C;
}
.AnyTagClassName
{
color: #D6785C;
}
</style>
background-color css
<style>
a { background-color: #D6785C; }
a { background-color: rgb(214,120,92); }
div.DivClassName
{
background-color: #D6785C;
}
.BgClassName
{
background-color: #D6785C;
}
</style>
border-color css
<style>
span { border-color: #D6785C; }
span { border-color: rgb(214,120,92); }
td.TdClassName
{
border-color: #D6785C;
}
.TagClassName
{
border-color: #D6785C;
}
</style>