Shades of Japonica #D26E59
Tints of Japonica #D26E59
RGB
CMYK
RGB Variations
Color information
#D26E59 (or 0xD26E59) is known color: Japonica. HEX triplet: D2, 6E and 59. RGB value is (210,110,89). Sum of RGB (Red+Green+Blue) = 210+110+89=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E59 is #2D91A6. Grayscale: #898989. Windows color (decimal): -2986407 or 5861074. OLE color: 5861074.
HSL color Cylindrical-coordinate representation of color #D26E59: hue angle of 10.41º 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 #D26E59 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 89 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.18 |
| HSL | 10.41º | 0.57% | 0.59% | - |
| HSV(B) | 10.41º | 0.58% | 0.82% | - |
| XYZ | 33.96 | 25.57 | 12.6 | - |
| YUV | 137.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 89 | 0 | 0.48 | 0.58 | 0.18 | 10.41 | 0.57 | 0.59 |
| Hex | D2 | 6E | 59 | 0 | 30 | 3A | 12 | A | 39 | 3B |
| Octal | 322 | 156 | 131 | 0 | 60 | 72 | 22 | 12 | 71 | 73 |
| Binary | 11010010 | 1101110 | 1011001 | 0 | 110000 | 111010 | 10010 | 1010 | 111001 | 111011 |
Color Harmonies of #D26E59
Complementary color
Monochromatic Colors of #D26E59
Black with #D26E59
Text Example
Text Example
White with #D26E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E59; }
p { color: rgb(210,110,89); }
H1.HeaderClassName
{
color: #D26E59;
}
.AnyTagClassName
{
color: #D26E59;
}
</style>
background-color css
<style>
a { background-color: #D26E59; }
a { background-color: rgb(210,110,89); }
div.DivClassName
{
background-color: #D26E59;
}
.BgClassName
{
background-color: #D26E59;
}
</style>
border-color css
<style>
span { border-color: #D26E59; }
span { border-color: rgb(210,110,89); }
td.TdClassName
{
border-color: #D26E59;
}
.TagClassName
{
border-color: #D26E59;
}
</style>