Shades of Japonica #D0755E
Tints of Japonica #D0755E
RGB
CMYK
RGB Variations
Color information
#D0755E (or 0xD0755E) is known color: Japonica. HEX triplet: D0, 75 and 5E. RGB value is (208,117,94). Sum of RGB (Red+Green+Blue) = 208+117+94=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0755E is #2F8AA1. Grayscale: #8D8D8D. Windows color (decimal): -3115682 or 6190544. OLE color: 6190544.
HSL color Cylindrical-coordinate representation of color #D0755E: hue angle of 12.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0755E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 94 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 12.11º | 0.55% | 0.59% | - |
| HSV(B) | 12.11º | 0.55% | 0.82% | - |
| XYZ | 34.39 | 26.94 | 13.98 | - |
| YUV | 141.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 94 | 0 | 0.44 | 0.55 | 0.18 | 12.11 | 0.55 | 0.59 |
| Hex | D0 | 75 | 5E | 0 | 2C | 37 | 12 | C | 37 | 3B |
| Octal | 320 | 165 | 136 | 0 | 54 | 67 | 22 | 14 | 67 | 73 |
| Binary | 11010000 | 1110101 | 1011110 | 0 | 101100 | 110111 | 10010 | 1100 | 110111 | 111011 |
Color Harmonies of #D0755E
Complementary color
Monochromatic Colors of #D0755E
Black with #D0755E
Text Example
Text Example
White with #D0755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0755E; }
p { color: rgb(208,117,94); }
H1.HeaderClassName
{
color: #D0755E;
}
.AnyTagClassName
{
color: #D0755E;
}
</style>
background-color css
<style>
a { background-color: #D0755E; }
a { background-color: rgb(208,117,94); }
div.DivClassName
{
background-color: #D0755E;
}
.BgClassName
{
background-color: #D0755E;
}
</style>
border-color css
<style>
span { border-color: #D0755E; }
span { border-color: rgb(208,117,94); }
td.TdClassName
{
border-color: #D0755E;
}
.TagClassName
{
border-color: #D0755E;
}
</style>