Shades of Japonica #D4745D
Tints of Japonica #D4745D
RGB
CMYK
RGB Variations
Color information
#D4745D (or 0xD4745D) is known color: Japonica. HEX triplet: D4, 74 and 5D. RGB value is (212,116,93). Sum of RGB (Red+Green+Blue) = 212+116+93=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4745D is #2B8BA2. Grayscale: #8E8E8E. Windows color (decimal): -2853795 or 6124756. OLE color: 6124756.
HSL color Cylindrical-coordinate representation of color #D4745D: hue angle of 11.6º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4745D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 93 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.17 |
| HSL | 11.6º | 0.58% | 0.6% | - |
| HSV(B) | 11.6º | 0.56% | 0.83% | - |
| XYZ | 35.37 | 27.28 | 13.76 | - |
| YUV | 142.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 93 | 0 | 0.45 | 0.56 | 0.17 | 11.6 | 0.58 | 0.6 |
| Hex | D4 | 74 | 5D | 0 | 2D | 38 | 11 | C | 3A | 3C |
| Octal | 324 | 164 | 135 | 0 | 55 | 70 | 21 | 14 | 72 | 74 |
| Binary | 11010100 | 1110100 | 1011101 | 0 | 101101 | 111000 | 10001 | 1100 | 111010 | 111100 |
Color Harmonies of #D4745D
Complementary color
Monochromatic Colors of #D4745D
Black with #D4745D
Text Example
Text Example
White with #D4745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4745D; }
p { color: rgb(212,116,93); }
H1.HeaderClassName
{
color: #D4745D;
}
.AnyTagClassName
{
color: #D4745D;
}
</style>
background-color css
<style>
a { background-color: #D4745D; }
a { background-color: rgb(212,116,93); }
div.DivClassName
{
background-color: #D4745D;
}
.BgClassName
{
background-color: #D4745D;
}
</style>
border-color css
<style>
span { border-color: #D4745D; }
span { border-color: rgb(212,116,93); }
td.TdClassName
{
border-color: #D4745D;
}
.TagClassName
{
border-color: #D4745D;
}
</style>