Shades of Japonica #D07263
Tints of Japonica #D07263
RGB
CMYK
RGB Variations
Color information
#D07263 (or 0xD07263) is known color: Japonica. HEX triplet: D0, 72 and 63. RGB value is (208,114,99). Sum of RGB (Red+Green+Blue) = 208+114+99=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D07263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07263 is #2F8D9C. Grayscale: #8C8C8C. Windows color (decimal): -3116445 or 6517456. OLE color: 6517456.
HSL color Cylindrical-coordinate representation of color #D07263: hue angle of 8.26º 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 #D07263 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 99 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 8.26º | 0.54% | 0.6% | - |
| HSV(B) | 8.26º | 0.52% | 0.82% | - |
| XYZ | 34.28 | 26.35 | 15.08 | - |
| YUV | 140.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 99 | 0 | 0.45 | 0.52 | 0.18 | 8.26 | 0.54 | 0.6 |
| Hex | D0 | 72 | 63 | 0 | 2D | 34 | 12 | 8 | 36 | 3C |
| Octal | 320 | 162 | 143 | 0 | 55 | 64 | 22 | 10 | 66 | 74 |
| Binary | 11010000 | 1110010 | 1100011 | 0 | 101101 | 110100 | 10010 | 1000 | 110110 | 111100 |
Color Harmonies of #D07263
Complementary color
Monochromatic Colors of #D07263
Black with #D07263
Text Example
Text Example
White with #D07263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07263; }
p { color: rgb(208,114,99); }
H1.HeaderClassName
{
color: #D07263;
}
.AnyTagClassName
{
color: #D07263;
}
</style>
background-color css
<style>
a { background-color: #D07263; }
a { background-color: rgb(208,114,99); }
div.DivClassName
{
background-color: #D07263;
}
.BgClassName
{
background-color: #D07263;
}
</style>
border-color css
<style>
span { border-color: #D07263; }
span { border-color: rgb(208,114,99); }
td.TdClassName
{
border-color: #D07263;
}
.TagClassName
{
border-color: #D07263;
}
</style>