Shades of Japonica #D07463
Tints of Japonica #D07463
RGB
CMYK
RGB Variations
Color information
#D07463 (or 0xD07463) is known color: Japonica. HEX triplet: D0, 74 and 63. RGB value is (208,116,99). Sum of RGB (Red+Green+Blue) = 208+116+99=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D07463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07463 is #2F8B9C. Grayscale: #8D8D8D. Windows color (decimal): -3115933 or 6517968. OLE color: 6517968.
HSL color Cylindrical-coordinate representation of color #D07463: hue angle of 9.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07463 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 99 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 9.36º | 0.54% | 0.6% | - |
| HSV(B) | 9.36º | 0.52% | 0.82% | - |
| XYZ | 34.51 | 26.8 | 15.16 | - |
| YUV | 141.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 99 | 0 | 0.44 | 0.52 | 0.18 | 9.36 | 0.54 | 0.6 |
| Hex | D0 | 74 | 63 | 0 | 2C | 34 | 12 | 9 | 36 | 3C |
| Octal | 320 | 164 | 143 | 0 | 54 | 64 | 22 | 11 | 66 | 74 |
| Binary | 11010000 | 1110100 | 1100011 | 0 | 101100 | 110100 | 10010 | 1001 | 110110 | 111100 |
Color Harmonies of #D07463
Complementary color
Monochromatic Colors of #D07463
Black with #D07463
Text Example
Text Example
White with #D07463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07463; }
p { color: rgb(208,116,99); }
H1.HeaderClassName
{
color: #D07463;
}
.AnyTagClassName
{
color: #D07463;
}
</style>
background-color css
<style>
a { background-color: #D07463; }
a { background-color: rgb(208,116,99); }
div.DivClassName
{
background-color: #D07463;
}
.BgClassName
{
background-color: #D07463;
}
</style>
border-color css
<style>
span { border-color: #D07463; }
span { border-color: rgb(208,116,99); }
td.TdClassName
{
border-color: #D07463;
}
.TagClassName
{
border-color: #D07463;
}
</style>