Shades of Japonica #D4785B
Tints of Japonica #D4785B
RGB
CMYK
RGB Variations
Color information
#D4785B (or 0xD4785B) is known color: Japonica. HEX triplet: D4, 78 and 5B. RGB value is (212,120,91). Sum of RGB (Red+Green+Blue) = 212+120+91=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4785B is #2B87A4. Grayscale: #909090. Windows color (decimal): -2852773 or 5994708. OLE color: 5994708.
HSL color Cylindrical-coordinate representation of color #D4785B: hue angle of 14.38º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4785B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 91 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.17 |
| HSL | 14.38º | 0.58% | 0.59% | - |
| HSV(B) | 14.38º | 0.57% | 0.83% | - |
| XYZ | 35.76 | 28.19 | 13.45 | - |
| YUV | 144.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 91 | 0 | 0.43 | 0.57 | 0.17 | 14.38 | 0.58 | 0.59 |
| Hex | D4 | 78 | 5B | 0 | 2B | 39 | 11 | E | 3A | 3B |
| Octal | 324 | 170 | 133 | 0 | 53 | 71 | 21 | 16 | 72 | 73 |
| Binary | 11010100 | 1111000 | 1011011 | 0 | 101011 | 111001 | 10001 | 1110 | 111010 | 111011 |
Color Harmonies of #D4785B
Complementary color
Monochromatic Colors of #D4785B
Black with #D4785B
Text Example
Text Example
White with #D4785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4785B; }
p { color: rgb(212,120,91); }
H1.HeaderClassName
{
color: #D4785B;
}
.AnyTagClassName
{
color: #D4785B;
}
</style>
background-color css
<style>
a { background-color: #D4785B; }
a { background-color: rgb(212,120,91); }
div.DivClassName
{
background-color: #D4785B;
}
.BgClassName
{
background-color: #D4785B;
}
</style>
border-color css
<style>
span { border-color: #D4785B; }
span { border-color: rgb(212,120,91); }
td.TdClassName
{
border-color: #D4785B;
}
.TagClassName
{
border-color: #D4785B;
}
</style>