Shades of Japonica #D07755
Tints of Japonica #D07755
RGB
CMYK
RGB Variations
Color information
#D07755 (or 0xD07755) is known color: Japonica. HEX triplet: D0, 77 and 55. RGB value is (208,119,85). Sum of RGB (Red+Green+Blue) = 208+119+85=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D07755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07755 is #2F88AA. Grayscale: #8D8D8D. Windows color (decimal): -3115179 or 5601232. OLE color: 5601232.
HSL color Cylindrical-coordinate representation of color #D07755: hue angle of 16.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D07755 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 85 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.18 |
| HSL | 16.59º | 0.57% | 0.57% | - |
| HSV(B) | 16.59º | 0.59% | 0.82% | - |
| XYZ | 34.25 | 27.26 | 12.05 | - |
| YUV | 141.74 | 95.99 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 85 | 0 | 0.43 | 0.59 | 0.18 | 16.59 | 0.57 | 0.57 |
| Hex | D0 | 77 | 55 | 0 | 2B | 3B | 12 | 11 | 39 | 39 |
| Octal | 320 | 167 | 125 | 0 | 53 | 73 | 22 | 21 | 71 | 71 |
| Binary | 11010000 | 1110111 | 1010101 | 0 | 101011 | 111011 | 10010 | 10001 | 111001 | 111001 |
Color Harmonies of #D07755
Complementary color
Monochromatic Colors of #D07755
Black with #D07755
Text Example
Text Example
White with #D07755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07755; }
p { color: rgb(208,119,85); }
H1.HeaderClassName
{
color: #D07755;
}
.AnyTagClassName
{
color: #D07755;
}
</style>
background-color css
<style>
a { background-color: #D07755; }
a { background-color: rgb(208,119,85); }
div.DivClassName
{
background-color: #D07755;
}
.BgClassName
{
background-color: #D07755;
}
</style>
border-color css
<style>
span { border-color: #D07755; }
span { border-color: rgb(208,119,85); }
td.TdClassName
{
border-color: #D07755;
}
.TagClassName
{
border-color: #D07755;
}
</style>