Shades of Japonica #D07259
Tints of Japonica #D07259
RGB
CMYK
RGB Variations
Color information
#D07259 (or 0xD07259) is known color: Japonica. HEX triplet: D0, 72 and 59. RGB value is (208,114,89). Sum of RGB (Red+Green+Blue) = 208+114+89=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D07259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07259 is #2F8DA6. Grayscale: #8B8B8B. Windows color (decimal): -3116455 or 5862096. OLE color: 5862096.
HSL color Cylindrical-coordinate representation of color #D07259: hue angle of 12.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D07259 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 89 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.18 |
| HSL | 12.61º | 0.56% | 0.58% | - |
| HSV(B) | 12.61º | 0.57% | 0.82% | - |
| XYZ | 33.83 | 26.17 | 12.72 | - |
| YUV | 139.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 89 | 0 | 0.45 | 0.57 | 0.18 | 12.61 | 0.56 | 0.58 |
| Hex | D0 | 72 | 59 | 0 | 2D | 39 | 12 | D | 38 | 3A |
| Octal | 320 | 162 | 131 | 0 | 55 | 71 | 22 | 15 | 70 | 72 |
| Binary | 11010000 | 1110010 | 1011001 | 0 | 101101 | 111001 | 10010 | 1101 | 111000 | 111010 |
Color Harmonies of #D07259
Complementary color
Monochromatic Colors of #D07259
Black with #D07259
Text Example
Text Example
White with #D07259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07259; }
p { color: rgb(208,114,89); }
H1.HeaderClassName
{
color: #D07259;
}
.AnyTagClassName
{
color: #D07259;
}
</style>
background-color css
<style>
a { background-color: #D07259; }
a { background-color: rgb(208,114,89); }
div.DivClassName
{
background-color: #D07259;
}
.BgClassName
{
background-color: #D07259;
}
</style>
border-color css
<style>
span { border-color: #D07259; }
span { border-color: rgb(208,114,89); }
td.TdClassName
{
border-color: #D07259;
}
.TagClassName
{
border-color: #D07259;
}
</style>