Shades of Japonica #D67361
Tints of Japonica #D67361
RGB
CMYK
RGB Variations
Color information
#D67361 (or 0xD67361) is known color: Japonica. HEX triplet: D6, 73 and 61. RGB value is (214,115,97). Sum of RGB (Red+Green+Blue) = 214+115+97=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D67361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67361 is #298C9E. Grayscale: #8E8E8E. Windows color (decimal): -2722975 or 6386646. OLE color: 6386646.
HSL color Cylindrical-coordinate representation of color #D67361: hue angle of 9.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67361 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 97 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.16 |
| HSL | 9.23º | 0.59% | 0.61% | - |
| HSV(B) | 9.23º | 0.55% | 0.84% | - |
| XYZ | 36.02 | 27.42 | 14.7 | - |
| YUV | 142.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 97 | 0 | 0.46 | 0.55 | 0.16 | 9.23 | 0.59 | 0.61 |
| Hex | D6 | 73 | 61 | 0 | 2E | 37 | 10 | 9 | 3B | 3D |
| Octal | 326 | 163 | 141 | 0 | 56 | 67 | 20 | 11 | 73 | 75 |
| Binary | 11010110 | 1110011 | 1100001 | 0 | 101110 | 110111 | 10000 | 1001 | 111011 | 111101 |
Color Harmonies of #D67361
Complementary color
Monochromatic Colors of #D67361
Black with #D67361
Text Example
Text Example
White with #D67361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67361; }
p { color: rgb(214,115,97); }
H1.HeaderClassName
{
color: #D67361;
}
.AnyTagClassName
{
color: #D67361;
}
</style>
background-color css
<style>
a { background-color: #D67361; }
a { background-color: rgb(214,115,97); }
div.DivClassName
{
background-color: #D67361;
}
.BgClassName
{
background-color: #D67361;
}
</style>
border-color css
<style>
span { border-color: #D67361; }
span { border-color: rgb(214,115,97); }
td.TdClassName
{
border-color: #D67361;
}
.TagClassName
{
border-color: #D67361;
}
</style>