Shades of Japonica #D07657
Tints of Japonica #D07657
RGB
CMYK
RGB Variations
Color information
#D07657 (or 0xD07657) is known color: Japonica. HEX triplet: D0, 76 and 57. RGB value is (208,118,87). Sum of RGB (Red+Green+Blue) = 208+118+87=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D07657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07657 is #2F89A8. Grayscale: #8D8D8D. Windows color (decimal): -3115433 or 5732048. OLE color: 5732048.
HSL color Cylindrical-coordinate representation of color #D07657: hue angle of 15.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D07657 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 87 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.18 |
| HSL | 15.37º | 0.56% | 0.58% | - |
| HSV(B) | 15.37º | 0.58% | 0.82% | - |
| XYZ | 34.21 | 27.05 | 12.44 | - |
| YUV | 141.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 87 | 0 | 0.43 | 0.58 | 0.18 | 15.37 | 0.56 | 0.58 |
| Hex | D0 | 76 | 57 | 0 | 2B | 3A | 12 | F | 38 | 3A |
| Octal | 320 | 166 | 127 | 0 | 53 | 72 | 22 | 17 | 70 | 72 |
| Binary | 11010000 | 1110110 | 1010111 | 0 | 101011 | 111010 | 10010 | 1111 | 111000 | 111010 |
Color Harmonies of #D07657
Complementary color
Monochromatic Colors of #D07657
Black with #D07657
Text Example
Text Example
White with #D07657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07657; }
p { color: rgb(208,118,87); }
H1.HeaderClassName
{
color: #D07657;
}
.AnyTagClassName
{
color: #D07657;
}
</style>
background-color css
<style>
a { background-color: #D07657; }
a { background-color: rgb(208,118,87); }
div.DivClassName
{
background-color: #D07657;
}
.BgClassName
{
background-color: #D07657;
}
</style>
border-color css
<style>
span { border-color: #D07657; }
span { border-color: rgb(208,118,87); }
td.TdClassName
{
border-color: #D07657;
}
.TagClassName
{
border-color: #D07657;
}
</style>