Shades of Japonica #D27459
Tints of Japonica #D27459
RGB
CMYK
RGB Variations
Color information
#D27459 (or 0xD27459) is known color: Japonica. HEX triplet: D2, 74 and 59. RGB value is (210,116,89). Sum of RGB (Red+Green+Blue) = 210+116+89=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D27459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27459 is #2D8BA6. Grayscale: #8D8D8D. Windows color (decimal): -2984871 or 5862610. OLE color: 5862610.
HSL color Cylindrical-coordinate representation of color #D27459: hue angle of 13.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D27459 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 89 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.18 |
| HSL | 13.39º | 0.57% | 0.59% | - |
| HSV(B) | 13.39º | 0.58% | 0.82% | - |
| XYZ | 34.63 | 26.91 | 12.82 | - |
| YUV | 141.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 89 | 0 | 0.45 | 0.58 | 0.18 | 13.39 | 0.57 | 0.59 |
| Hex | D2 | 74 | 59 | 0 | 2D | 3A | 12 | D | 39 | 3B |
| Octal | 322 | 164 | 131 | 0 | 55 | 72 | 22 | 15 | 71 | 73 |
| Binary | 11010010 | 1110100 | 1011001 | 0 | 101101 | 111010 | 10010 | 1101 | 111001 | 111011 |
Color Harmonies of #D27459
Complementary color
Monochromatic Colors of #D27459
Black with #D27459
Text Example
Text Example
White with #D27459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27459; }
p { color: rgb(210,116,89); }
H1.HeaderClassName
{
color: #D27459;
}
.AnyTagClassName
{
color: #D27459;
}
</style>
background-color css
<style>
a { background-color: #D27459; }
a { background-color: rgb(210,116,89); }
div.DivClassName
{
background-color: #D27459;
}
.BgClassName
{
background-color: #D27459;
}
</style>
border-color css
<style>
span { border-color: #D27459; }
span { border-color: rgb(210,116,89); }
td.TdClassName
{
border-color: #D27459;
}
.TagClassName
{
border-color: #D27459;
}
</style>