Shades of Japonica #D5785A
Tints of Japonica #D5785A
RGB
CMYK
RGB Variations
Color information
#D5785A (or 0xD5785A) is known color: Japonica. HEX triplet: D5, 78 and 5A. RGB value is (213,120,90). Sum of RGB (Red+Green+Blue) = 213+120+90=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5785A is #2A87A5. Grayscale: #909090. Windows color (decimal): -2787238 or 5929173. OLE color: 5929173.
HSL color Cylindrical-coordinate representation of color #D5785A: hue angle of 14.63º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5785A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 90 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.16 |
| HSL | 14.63º | 0.59% | 0.59% | - |
| HSV(B) | 14.63º | 0.58% | 0.84% | - |
| XYZ | 36 | 28.32 | 13.24 | - |
| YUV | 144.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 90 | 0 | 0.44 | 0.58 | 0.16 | 14.63 | 0.59 | 0.59 |
| Hex | D5 | 78 | 5A | 0 | 2C | 3A | 10 | F | 3B | 3B |
| Octal | 325 | 170 | 132 | 0 | 54 | 72 | 20 | 17 | 73 | 73 |
| Binary | 11010101 | 1111000 | 1011010 | 0 | 101100 | 111010 | 10000 | 1111 | 111011 | 111011 |
Color Harmonies of #D5785A
Complementary color
Monochromatic Colors of #D5785A
Black with #D5785A
Text Example
Text Example
White with #D5785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5785A; }
p { color: rgb(213,120,90); }
H1.HeaderClassName
{
color: #D5785A;
}
.AnyTagClassName
{
color: #D5785A;
}
</style>
background-color css
<style>
a { background-color: #D5785A; }
a { background-color: rgb(213,120,90); }
div.DivClassName
{
background-color: #D5785A;
}
.BgClassName
{
background-color: #D5785A;
}
</style>
border-color css
<style>
span { border-color: #D5785A; }
span { border-color: rgb(213,120,90); }
td.TdClassName
{
border-color: #D5785A;
}
.TagClassName
{
border-color: #D5785A;
}
</style>