Shades of Japonica #D27854
Tints of Japonica #D27854
RGB
CMYK
RGB Variations
Color information
#D27854 (or 0xD27854) is known color: Japonica. HEX triplet: D2, 78 and 54. RGB value is (210,120,84). Sum of RGB (Red+Green+Blue) = 210+120+84=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D27854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27854 is #2D87AB. Grayscale: #8F8F8F. Windows color (decimal): -2983852 or 5535954. OLE color: 5535954.
HSL color Cylindrical-coordinate representation of color #D27854: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D27854 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 84 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.18 |
| HSL | 17.14º | 0.58% | 0.58% | - |
| HSV(B) | 17.14º | 0.6% | 0.82% | - |
| XYZ | 34.9 | 27.77 | 11.91 | - |
| YUV | 142.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 84 | 0 | 0.43 | 0.6 | 0.18 | 17.14 | 0.58 | 0.58 |
| Hex | D2 | 78 | 54 | 0 | 2B | 3C | 12 | 11 | 3A | 3A |
| Octal | 322 | 170 | 124 | 0 | 53 | 74 | 22 | 21 | 72 | 72 |
| Binary | 11010010 | 1111000 | 1010100 | 0 | 101011 | 111100 | 10010 | 10001 | 111010 | 111010 |
Color Harmonies of #D27854
Complementary color
Monochromatic Colors of #D27854
Black with #D27854
Text Example
Text Example
White with #D27854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27854; }
p { color: rgb(210,120,84); }
H1.HeaderClassName
{
color: #D27854;
}
.AnyTagClassName
{
color: #D27854;
}
</style>
background-color css
<style>
a { background-color: #D27854; }
a { background-color: rgb(210,120,84); }
div.DivClassName
{
background-color: #D27854;
}
.BgClassName
{
background-color: #D27854;
}
</style>
border-color css
<style>
span { border-color: #D27854; }
span { border-color: rgb(210,120,84); }
td.TdClassName
{
border-color: #D27854;
}
.TagClassName
{
border-color: #D27854;
}
</style>