Shades of Japonica #D07563
Tints of Japonica #D07563
RGB
CMYK
RGB Variations
Color information
#D07563 (or 0xD07563) is known color: Japonica. HEX triplet: D0, 75 and 63. RGB value is (208,117,99). Sum of RGB (Red+Green+Blue) = 208+117+99=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D07563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07563 is #2F8A9C. Grayscale: #8E8E8E. Windows color (decimal): -3115677 or 6518224. OLE color: 6518224.
HSL color Cylindrical-coordinate representation of color #D07563: hue angle of 9.91º 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 #D07563 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 99 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 9.91º | 0.54% | 0.6% | - |
| HSV(B) | 9.91º | 0.52% | 0.82% | - |
| XYZ | 34.63 | 27.03 | 15.2 | - |
| YUV | 142.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 99 | 0 | 0.44 | 0.52 | 0.18 | 9.91 | 0.54 | 0.6 |
| Hex | D0 | 75 | 63 | 0 | 2C | 34 | 12 | A | 36 | 3C |
| Octal | 320 | 165 | 143 | 0 | 54 | 64 | 22 | 12 | 66 | 74 |
| Binary | 11010000 | 1110101 | 1100011 | 0 | 101100 | 110100 | 10010 | 1010 | 110110 | 111100 |
Color Harmonies of #D07563
Complementary color
Monochromatic Colors of #D07563
Black with #D07563
Text Example
Text Example
White with #D07563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07563; }
p { color: rgb(208,117,99); }
H1.HeaderClassName
{
color: #D07563;
}
.AnyTagClassName
{
color: #D07563;
}
</style>
background-color css
<style>
a { background-color: #D07563; }
a { background-color: rgb(208,117,99); }
div.DivClassName
{
background-color: #D07563;
}
.BgClassName
{
background-color: #D07563;
}
</style>
border-color css
<style>
span { border-color: #D07563; }
span { border-color: rgb(208,117,99); }
td.TdClassName
{
border-color: #D07563;
}
.TagClassName
{
border-color: #D07563;
}
</style>