Shades of Japonica #D67050
Tints of Japonica #D67050
RGB
CMYK
RGB Variations
Color information
#D67050 (or 0xD67050) is known color: Japonica. HEX triplet: D6, 70 and 50. RGB value is (214,112,80). Sum of RGB (Red+Green+Blue) = 214+112+80=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D67050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67050 is #298FAF. Grayscale: #8B8B8B. Windows color (decimal): -2723760 or 5271766. OLE color: 5271766.
HSL color Cylindrical-coordinate representation of color #D67050: hue angle of 14.33º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D67050 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 80 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.16 |
| HSL | 14.33º | 0.62% | 0.58% | - |
| HSV(B) | 14.33º | 0.63% | 0.84% | - |
| XYZ | 34.97 | 26.46 | 10.85 | - |
| YUV | 138.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 80 | 0 | 0.48 | 0.63 | 0.16 | 14.33 | 0.62 | 0.58 |
| Hex | D6 | 70 | 50 | 0 | 30 | 3F | 10 | E | 3E | 3A |
| Octal | 326 | 160 | 120 | 0 | 60 | 77 | 20 | 16 | 76 | 72 |
| Binary | 11010110 | 1110000 | 1010000 | 0 | 110000 | 111111 | 10000 | 1110 | 111110 | 111010 |
Color Harmonies of #D67050
Complementary color
Monochromatic Colors of #D67050
Black with #D67050
Text Example
Text Example
White with #D67050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67050; }
p { color: rgb(214,112,80); }
H1.HeaderClassName
{
color: #D67050;
}
.AnyTagClassName
{
color: #D67050;
}
</style>
background-color css
<style>
a { background-color: #D67050; }
a { background-color: rgb(214,112,80); }
div.DivClassName
{
background-color: #D67050;
}
.BgClassName
{
background-color: #D67050;
}
</style>
border-color css
<style>
span { border-color: #D67050; }
span { border-color: rgb(214,112,80); }
td.TdClassName
{
border-color: #D67050;
}
.TagClassName
{
border-color: #D67050;
}
</style>