Shades of Japonica #D07461
Tints of Japonica #D07461
RGB
CMYK
RGB Variations
Color information
#D07461 (or 0xD07461) is known color: Japonica. HEX triplet: D0, 74 and 61. RGB value is (208,116,97). Sum of RGB (Red+Green+Blue) = 208+116+97=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D07461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07461 is #2F8B9E. Grayscale: #8D8D8D. Windows color (decimal): -3115935 or 6386896. OLE color: 6386896.
HSL color Cylindrical-coordinate representation of color #D07461: hue angle of 10.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D07461 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 97 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.18 |
| HSL | 10.27º | 0.54% | 0.6% | - |
| HSV(B) | 10.27º | 0.53% | 0.82% | - |
| XYZ | 34.42 | 26.76 | 14.66 | - |
| YUV | 141.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 97 | 0 | 0.44 | 0.53 | 0.18 | 10.27 | 0.54 | 0.6 |
| Hex | D0 | 74 | 61 | 0 | 2C | 35 | 12 | A | 36 | 3C |
| Octal | 320 | 164 | 141 | 0 | 54 | 65 | 22 | 12 | 66 | 74 |
| Binary | 11010000 | 1110100 | 1100001 | 0 | 101100 | 110101 | 10010 | 1010 | 110110 | 111100 |
Color Harmonies of #D07461
Complementary color
Monochromatic Colors of #D07461
Black with #D07461
Text Example
Text Example
White with #D07461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07461; }
p { color: rgb(208,116,97); }
H1.HeaderClassName
{
color: #D07461;
}
.AnyTagClassName
{
color: #D07461;
}
</style>
background-color css
<style>
a { background-color: #D07461; }
a { background-color: rgb(208,116,97); }
div.DivClassName
{
background-color: #D07461;
}
.BgClassName
{
background-color: #D07461;
}
</style>
border-color css
<style>
span { border-color: #D07461; }
span { border-color: rgb(208,116,97); }
td.TdClassName
{
border-color: #D07461;
}
.TagClassName
{
border-color: #D07461;
}
</style>