Shades of Japonica #D6705E
Tints of Japonica #D6705E
RGB
CMYK
RGB Variations
Color information
#D6705E (or 0xD6705E) is known color: Japonica. HEX triplet: D6, 70 and 5E. RGB value is (214,112,94). Sum of RGB (Red+Green+Blue) = 214+112+94=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6705E is #298FA1. Grayscale: #8C8C8C. Windows color (decimal): -2723746 or 6189270. OLE color: 6189270.
HSL color Cylindrical-coordinate representation of color #D6705E: hue angle of 9º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6705E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 94 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.16 |
| HSL | 9º | 0.59% | 0.6% | - |
| HSV(B) | 9º | 0.56% | 0.84% | - |
| XYZ | 35.55 | 26.69 | 13.87 | - |
| YUV | 140.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 94 | 0 | 0.48 | 0.56 | 0.16 | 9 | 0.59 | 0.6 |
| Hex | D6 | 70 | 5E | 0 | 30 | 38 | 10 | 9 | 3B | 3C |
| Octal | 326 | 160 | 136 | 0 | 60 | 70 | 20 | 11 | 73 | 74 |
| Binary | 11010110 | 1110000 | 1011110 | 0 | 110000 | 111000 | 10000 | 1001 | 111011 | 111100 |
Color Harmonies of #D6705E
Complementary color
Monochromatic Colors of #D6705E
Black with #D6705E
Text Example
Text Example
White with #D6705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6705E; }
p { color: rgb(214,112,94); }
H1.HeaderClassName
{
color: #D6705E;
}
.AnyTagClassName
{
color: #D6705E;
}
</style>
background-color css
<style>
a { background-color: #D6705E; }
a { background-color: rgb(214,112,94); }
div.DivClassName
{
background-color: #D6705E;
}
.BgClassName
{
background-color: #D6705E;
}
</style>
border-color css
<style>
span { border-color: #D6705E; }
span { border-color: rgb(214,112,94); }
td.TdClassName
{
border-color: #D6705E;
}
.TagClassName
{
border-color: #D6705E;
}
</style>