Shades of Japonica #D07359
Tints of Japonica #D07359
RGB
CMYK
RGB Variations
Color information
#D07359 (or 0xD07359) is known color: Japonica. HEX triplet: D0, 73 and 59. RGB value is (208,115,89). Sum of RGB (Red+Green+Blue) = 208+115+89=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D07359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07359 is #2F8CA6. Grayscale: #8C8C8C. Windows color (decimal): -3116199 or 5862352. OLE color: 5862352.
HSL color Cylindrical-coordinate representation of color #D07359: hue angle of 13.11º 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 #D07359 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 89 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.18 |
| HSL | 13.11º | 0.56% | 0.58% | - |
| HSV(B) | 13.11º | 0.57% | 0.82% | - |
| XYZ | 33.95 | 26.39 | 12.76 | - |
| YUV | 139.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 89 | 0 | 0.45 | 0.57 | 0.18 | 13.11 | 0.56 | 0.58 |
| Hex | D0 | 73 | 59 | 0 | 2D | 39 | 12 | D | 38 | 3A |
| Octal | 320 | 163 | 131 | 0 | 55 | 71 | 22 | 15 | 70 | 72 |
| Binary | 11010000 | 1110011 | 1011001 | 0 | 101101 | 111001 | 10010 | 1101 | 111000 | 111010 |
Color Harmonies of #D07359
Complementary color
Monochromatic Colors of #D07359
Black with #D07359
Text Example
Text Example
White with #D07359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07359; }
p { color: rgb(208,115,89); }
H1.HeaderClassName
{
color: #D07359;
}
.AnyTagClassName
{
color: #D07359;
}
</style>
background-color css
<style>
a { background-color: #D07359; }
a { background-color: rgb(208,115,89); }
div.DivClassName
{
background-color: #D07359;
}
.BgClassName
{
background-color: #D07359;
}
</style>
border-color css
<style>
span { border-color: #D07359; }
span { border-color: rgb(208,115,89); }
td.TdClassName
{
border-color: #D07359;
}
.TagClassName
{
border-color: #D07359;
}
</style>