Shades of Japonica #D6725B
Tints of Japonica #D6725B
RGB
CMYK
RGB Variations
Color information
#D6725B (or 0xD6725B) is known color: Japonica. HEX triplet: D6, 72 and 5B. RGB value is (214,114,91). Sum of RGB (Red+Green+Blue) = 214+114+91=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6725B is #298DA4. Grayscale: #8D8D8D. Windows color (decimal): -2723237 or 5993174. OLE color: 5993174.
HSL color Cylindrical-coordinate representation of color #D6725B: hue angle of 11.22º 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 #D6725B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 91 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.16 |
| HSL | 11.22º | 0.6% | 0.6% | - |
| HSV(B) | 11.22º | 0.57% | 0.84% | - |
| XYZ | 35.64 | 27.09 | 13.25 | - |
| YUV | 141.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 91 | 0 | 0.47 | 0.57 | 0.16 | 11.22 | 0.6 | 0.6 |
| Hex | D6 | 72 | 5B | 0 | 2F | 39 | 10 | B | 3C | 3C |
| Octal | 326 | 162 | 133 | 0 | 57 | 71 | 20 | 13 | 74 | 74 |
| Binary | 11010110 | 1110010 | 1011011 | 0 | 101111 | 111001 | 10000 | 1011 | 111100 | 111100 |
Color Harmonies of #D6725B
Complementary color
Monochromatic Colors of #D6725B
Black with #D6725B
Text Example
Text Example
White with #D6725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6725B; }
p { color: rgb(214,114,91); }
H1.HeaderClassName
{
color: #D6725B;
}
.AnyTagClassName
{
color: #D6725B;
}
</style>
background-color css
<style>
a { background-color: #D6725B; }
a { background-color: rgb(214,114,91); }
div.DivClassName
{
background-color: #D6725B;
}
.BgClassName
{
background-color: #D6725B;
}
</style>
border-color css
<style>
span { border-color: #D6725B; }
span { border-color: rgb(214,114,91); }
td.TdClassName
{
border-color: #D6725B;
}
.TagClassName
{
border-color: #D6725B;
}
</style>