Shades of Japonica #D0745B
Tints of Japonica #D0745B
RGB
CMYK
RGB Variations
Color information
#D0745B (or 0xD0745B) is known color: Japonica. HEX triplet: D0, 74 and 5B. RGB value is (208,116,91). Sum of RGB (Red+Green+Blue) = 208+116+91=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0745B is #2F8BA4. Grayscale: #8C8C8C. Windows color (decimal): -3115941 or 5993680. OLE color: 5993680.
HSL color Cylindrical-coordinate representation of color #D0745B: hue angle of 12.82º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0745B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 91 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.18 |
| HSL | 12.82º | 0.55% | 0.59% | - |
| HSV(B) | 12.82º | 0.56% | 0.82% | - |
| XYZ | 34.15 | 26.66 | 13.24 | - |
| YUV | 140.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 91 | 0 | 0.44 | 0.56 | 0.18 | 12.82 | 0.55 | 0.59 |
| Hex | D0 | 74 | 5B | 0 | 2C | 38 | 12 | D | 37 | 3B |
| Octal | 320 | 164 | 133 | 0 | 54 | 70 | 22 | 15 | 67 | 73 |
| Binary | 11010000 | 1110100 | 1011011 | 0 | 101100 | 111000 | 10010 | 1101 | 110111 | 111011 |
Color Harmonies of #D0745B
Complementary color
Monochromatic Colors of #D0745B
Black with #D0745B
Text Example
Text Example
White with #D0745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0745B; }
p { color: rgb(208,116,91); }
H1.HeaderClassName
{
color: #D0745B;
}
.AnyTagClassName
{
color: #D0745B;
}
</style>
background-color css
<style>
a { background-color: #D0745B; }
a { background-color: rgb(208,116,91); }
div.DivClassName
{
background-color: #D0745B;
}
.BgClassName
{
background-color: #D0745B;
}
</style>
border-color css
<style>
span { border-color: #D0745B; }
span { border-color: rgb(208,116,91); }
td.TdClassName
{
border-color: #D0745B;
}
.TagClassName
{
border-color: #D0745B;
}
</style>