Shades of Japonica #D27458
Tints of Japonica #D27458
RGB
CMYK
RGB Variations
Color information
#D27458 (or 0xD27458) is known color: Japonica. HEX triplet: D2, 74 and 58. RGB value is (210,116,88). Sum of RGB (Red+Green+Blue) = 210+116+88=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D27458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27458 is #2D8BA7. Grayscale: #8D8D8D. Windows color (decimal): -2984872 or 5797074. OLE color: 5797074.
HSL color Cylindrical-coordinate representation of color #D27458: hue angle of 13.77º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D27458 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 88 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.18 |
| HSL | 13.77º | 0.58% | 0.58% | - |
| HSV(B) | 13.77º | 0.58% | 0.82% | - |
| XYZ | 34.59 | 26.9 | 12.6 | - |
| YUV | 140.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 88 | 0 | 0.45 | 0.58 | 0.18 | 13.77 | 0.58 | 0.58 |
| Hex | D2 | 74 | 58 | 0 | 2D | 3A | 12 | E | 3A | 3A |
| Octal | 322 | 164 | 130 | 0 | 55 | 72 | 22 | 16 | 72 | 72 |
| Binary | 11010010 | 1110100 | 1011000 | 0 | 101101 | 111010 | 10010 | 1110 | 111010 | 111010 |
Color Harmonies of #D27458
Complementary color
Monochromatic Colors of #D27458
Black with #D27458
Text Example
Text Example
White with #D27458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27458; }
p { color: rgb(210,116,88); }
H1.HeaderClassName
{
color: #D27458;
}
.AnyTagClassName
{
color: #D27458;
}
</style>
background-color css
<style>
a { background-color: #D27458; }
a { background-color: rgb(210,116,88); }
div.DivClassName
{
background-color: #D27458;
}
.BgClassName
{
background-color: #D27458;
}
</style>
border-color css
<style>
span { border-color: #D27458; }
span { border-color: rgb(210,116,88); }
td.TdClassName
{
border-color: #D27458;
}
.TagClassName
{
border-color: #D27458;
}
</style>