Shades of Japonica #D07661
Tints of Japonica #D07661
RGB
CMYK
RGB Variations
Color information
#D07661 (or 0xD07661) is known color: Japonica. HEX triplet: D0, 76 and 61. RGB value is (208,118,97). Sum of RGB (Red+Green+Blue) = 208+118+97=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D07661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07661 is #2F899E. Grayscale: #8E8E8E. Windows color (decimal): -3115423 or 6387408. OLE color: 6387408.
HSL color Cylindrical-coordinate representation of color #D07661: hue angle of 11.35º 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 #D07661 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 97 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.18 |
| HSL | 11.35º | 0.54% | 0.6% | - |
| HSV(B) | 11.35º | 0.53% | 0.82% | - |
| XYZ | 34.65 | 27.23 | 14.74 | - |
| YUV | 142.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 97 | 0 | 0.43 | 0.53 | 0.18 | 11.35 | 0.54 | 0.6 |
| Hex | D0 | 76 | 61 | 0 | 2B | 35 | 12 | B | 36 | 3C |
| Octal | 320 | 166 | 141 | 0 | 53 | 65 | 22 | 13 | 66 | 74 |
| Binary | 11010000 | 1110110 | 1100001 | 0 | 101011 | 110101 | 10010 | 1011 | 110110 | 111100 |
Color Harmonies of #D07661
Complementary color
Monochromatic Colors of #D07661
Black with #D07661
Text Example
Text Example
White with #D07661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07661; }
p { color: rgb(208,118,97); }
H1.HeaderClassName
{
color: #D07661;
}
.AnyTagClassName
{
color: #D07661;
}
</style>
background-color css
<style>
a { background-color: #D07661; }
a { background-color: rgb(208,118,97); }
div.DivClassName
{
background-color: #D07661;
}
.BgClassName
{
background-color: #D07661;
}
</style>
border-color css
<style>
span { border-color: #D07661; }
span { border-color: rgb(208,118,97); }
td.TdClassName
{
border-color: #D07661;
}
.TagClassName
{
border-color: #D07661;
}
</style>