Shades of Japonica #D07963
Tints of Japonica #D07963
RGB
CMYK
RGB Variations
Color information
#D07963 (or 0xD07963) is known color: Japonica. HEX triplet: D0, 79 and 63. RGB value is (208,121,99). Sum of RGB (Red+Green+Blue) = 208+121+99=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D07963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07963 is #2F869C. Grayscale: #909090. Windows color (decimal): -3114653 or 6519248. OLE color: 6519248.
HSL color Cylindrical-coordinate representation of color #D07963: hue angle of 12.11º 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 #D07963 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 99 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.18 |
| HSL | 12.11º | 0.54% | 0.6% | - |
| HSV(B) | 12.11º | 0.52% | 0.82% | - |
| XYZ | 35.1 | 27.99 | 15.36 | - |
| YUV | 144.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 99 | 0 | 0.42 | 0.52 | 0.18 | 12.11 | 0.54 | 0.6 |
| Hex | D0 | 79 | 63 | 0 | 2A | 34 | 12 | C | 36 | 3C |
| Octal | 320 | 171 | 143 | 0 | 52 | 64 | 22 | 14 | 66 | 74 |
| Binary | 11010000 | 1111001 | 1100011 | 0 | 101010 | 110100 | 10010 | 1100 | 110110 | 111100 |
Color Harmonies of #D07963
Complementary color
Monochromatic Colors of #D07963
Black with #D07963
Text Example
Text Example
White with #D07963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07963; }
p { color: rgb(208,121,99); }
H1.HeaderClassName
{
color: #D07963;
}
.AnyTagClassName
{
color: #D07963;
}
</style>
background-color css
<style>
a { background-color: #D07963; }
a { background-color: rgb(208,121,99); }
div.DivClassName
{
background-color: #D07963;
}
.BgClassName
{
background-color: #D07963;
}
</style>
border-color css
<style>
span { border-color: #D07963; }
span { border-color: rgb(208,121,99); }
td.TdClassName
{
border-color: #D07963;
}
.TagClassName
{
border-color: #D07963;
}
</style>