Shades of Japonica #D27454
Tints of Japonica #D27454
RGB
CMYK
RGB Variations
Color information
#D27454 (or 0xD27454) is known color: Japonica. HEX triplet: D2, 74 and 54. RGB value is (210,116,84). Sum of RGB (Red+Green+Blue) = 210+116+84=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D27454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27454 is #2D8BAB. Grayscale: #8C8C8C. Windows color (decimal): -2984876 or 5534930. OLE color: 5534930.
HSL color Cylindrical-coordinate representation of color #D27454: hue angle of 15.24º 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 #D27454 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 84 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.18 |
| HSL | 15.24º | 0.58% | 0.58% | - |
| HSV(B) | 15.24º | 0.6% | 0.82% | - |
| XYZ | 34.42 | 26.83 | 11.75 | - |
| YUV | 140.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 84 | 0 | 0.45 | 0.6 | 0.18 | 15.24 | 0.58 | 0.58 |
| Hex | D2 | 74 | 54 | 0 | 2D | 3C | 12 | F | 3A | 3A |
| Octal | 322 | 164 | 124 | 0 | 55 | 74 | 22 | 17 | 72 | 72 |
| Binary | 11010010 | 1110100 | 1010100 | 0 | 101101 | 111100 | 10010 | 1111 | 111010 | 111010 |
Color Harmonies of #D27454
Complementary color
Monochromatic Colors of #D27454
Black with #D27454
Text Example
Text Example
White with #D27454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27454; }
p { color: rgb(210,116,84); }
H1.HeaderClassName
{
color: #D27454;
}
.AnyTagClassName
{
color: #D27454;
}
</style>
background-color css
<style>
a { background-color: #D27454; }
a { background-color: rgb(210,116,84); }
div.DivClassName
{
background-color: #D27454;
}
.BgClassName
{
background-color: #D27454;
}
</style>
border-color css
<style>
span { border-color: #D27454; }
span { border-color: rgb(210,116,84); }
td.TdClassName
{
border-color: #D27454;
}
.TagClassName
{
border-color: #D27454;
}
</style>