Shades of Japonica #D07262
Tints of Japonica #D07262
RGB
CMYK
RGB Variations
Color information
#D07262 (or 0xD07262) is known color: Japonica. HEX triplet: D0, 72 and 62. RGB value is (208,114,98). Sum of RGB (Red+Green+Blue) = 208+114+98=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D07262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07262 is #2F8D9D. Grayscale: #8C8C8C. Windows color (decimal): -3116446 or 6451920. OLE color: 6451920.
HSL color Cylindrical-coordinate representation of color #D07262: hue angle of 8.73º 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 #D07262 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 98 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.18 |
| HSL | 8.73º | 0.54% | 0.6% | - |
| HSV(B) | 8.73º | 0.53% | 0.82% | - |
| XYZ | 34.23 | 26.33 | 14.83 | - |
| YUV | 140.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 98 | 0 | 0.45 | 0.53 | 0.18 | 8.73 | 0.54 | 0.6 |
| Hex | D0 | 72 | 62 | 0 | 2D | 35 | 12 | 9 | 36 | 3C |
| Octal | 320 | 162 | 142 | 0 | 55 | 65 | 22 | 11 | 66 | 74 |
| Binary | 11010000 | 1110010 | 1100010 | 0 | 101101 | 110101 | 10010 | 1001 | 110110 | 111100 |
Color Harmonies of #D07262
Complementary color
Monochromatic Colors of #D07262
Black with #D07262
Text Example
Text Example
White with #D07262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07262; }
p { color: rgb(208,114,98); }
H1.HeaderClassName
{
color: #D07262;
}
.AnyTagClassName
{
color: #D07262;
}
</style>
background-color css
<style>
a { background-color: #D07262; }
a { background-color: rgb(208,114,98); }
div.DivClassName
{
background-color: #D07262;
}
.BgClassName
{
background-color: #D07262;
}
</style>
border-color css
<style>
span { border-color: #D07262; }
span { border-color: rgb(208,114,98); }
td.TdClassName
{
border-color: #D07262;
}
.TagClassName
{
border-color: #D07262;
}
</style>