Shades of Japonica #D0735E
Tints of Japonica #D0735E
RGB
CMYK
RGB Variations
Color information
#D0735E (or 0xD0735E) is known color: Japonica. HEX triplet: D0, 73 and 5E. RGB value is (208,115,94). Sum of RGB (Red+Green+Blue) = 208+115+94=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0735E is #2F8CA1. Grayscale: #8C8C8C. Windows color (decimal): -3116194 or 6190032. OLE color: 6190032.
HSL color Cylindrical-coordinate representation of color #D0735E: hue angle of 11.05º 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 #D0735E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 94 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.18 |
| HSL | 11.05º | 0.55% | 0.59% | - |
| HSV(B) | 11.05º | 0.55% | 0.82% | - |
| XYZ | 34.16 | 26.48 | 13.9 | - |
| YUV | 140.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 94 | 0 | 0.45 | 0.55 | 0.18 | 11.05 | 0.55 | 0.59 |
| Hex | D0 | 73 | 5E | 0 | 2D | 37 | 12 | B | 37 | 3B |
| Octal | 320 | 163 | 136 | 0 | 55 | 67 | 22 | 13 | 67 | 73 |
| Binary | 11010000 | 1110011 | 1011110 | 0 | 101101 | 110111 | 10010 | 1011 | 110111 | 111011 |
Color Harmonies of #D0735E
Complementary color
Monochromatic Colors of #D0735E
Black with #D0735E
Text Example
Text Example
White with #D0735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0735E; }
p { color: rgb(208,115,94); }
H1.HeaderClassName
{
color: #D0735E;
}
.AnyTagClassName
{
color: #D0735E;
}
</style>
background-color css
<style>
a { background-color: #D0735E; }
a { background-color: rgb(208,115,94); }
div.DivClassName
{
background-color: #D0735E;
}
.BgClassName
{
background-color: #D0735E;
}
</style>
border-color css
<style>
span { border-color: #D0735E; }
span { border-color: rgb(208,115,94); }
td.TdClassName
{
border-color: #D0735E;
}
.TagClassName
{
border-color: #D0735E;
}
</style>