Shades of Japonica #D0745D
Tints of Japonica #D0745D
RGB
CMYK
RGB Variations
Color information
#D0745D (or 0xD0745D) is known color: Japonica. HEX triplet: D0, 74 and 5D. RGB value is (208,116,93). Sum of RGB (Red+Green+Blue) = 208+116+93=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0745D is #2F8BA2. Grayscale: #8D8D8D. Windows color (decimal): -3115939 or 6124752. OLE color: 6124752.
HSL color Cylindrical-coordinate representation of color #D0745D: hue angle of 12º 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 #D0745D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 93 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.18 |
| HSL | 12º | 0.55% | 0.59% | - |
| HSV(B) | 12º | 0.55% | 0.82% | - |
| XYZ | 34.23 | 26.69 | 13.7 | - |
| YUV | 140.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 93 | 0 | 0.44 | 0.55 | 0.18 | 12 | 0.55 | 0.59 |
| Hex | D0 | 74 | 5D | 0 | 2C | 37 | 12 | C | 37 | 3B |
| Octal | 320 | 164 | 135 | 0 | 54 | 67 | 22 | 14 | 67 | 73 |
| Binary | 11010000 | 1110100 | 1011101 | 0 | 101100 | 110111 | 10010 | 1100 | 110111 | 111011 |
Color Harmonies of #D0745D
Complementary color
Monochromatic Colors of #D0745D
Black with #D0745D
Text Example
Text Example
White with #D0745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0745D; }
p { color: rgb(208,116,93); }
H1.HeaderClassName
{
color: #D0745D;
}
.AnyTagClassName
{
color: #D0745D;
}
</style>
background-color css
<style>
a { background-color: #D0745D; }
a { background-color: rgb(208,116,93); }
div.DivClassName
{
background-color: #D0745D;
}
.BgClassName
{
background-color: #D0745D;
}
</style>
border-color css
<style>
span { border-color: #D0745D; }
span { border-color: rgb(208,116,93); }
td.TdClassName
{
border-color: #D0745D;
}
.TagClassName
{
border-color: #D0745D;
}
</style>