Shades of Japonica #D26A54
Tints of Japonica #D26A54
RGB
CMYK
RGB Variations
Color information
#D26A54 (or 0xD26A54) is known color: Japonica. HEX triplet: D2, 6A and 54. RGB value is (210,106,84). Sum of RGB (Red+Green+Blue) = 210+106+84=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A54 is #2D95AB. Grayscale: #868686. Windows color (decimal): -2987436 or 5532370. OLE color: 5532370.
HSL color Cylindrical-coordinate representation of color #D26A54: hue angle of 10.48º 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 #D26A54 is Cyan = 0, Magento = 0.50, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 84 | - |
| CMYK | 0 | 0.50 | 0.6 | 0.18 |
| HSL | 10.48º | 0.58% | 0.58% | - |
| HSV(B) | 10.48º | 0.6% | 0.82% | - |
| XYZ | 33.33 | 24.65 | 11.39 | - |
| YUV | 134.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 84 | 0 | 0.50 | 0.6 | 0.18 | 10.48 | 0.58 | 0.58 |
| Hex | D2 | 6A | 54 | 0 | 32 | 3C | 12 | A | 3A | 3A |
| Octal | 322 | 152 | 124 | 0 | 62 | 74 | 22 | 12 | 72 | 72 |
| Binary | 11010010 | 1101010 | 1010100 | 0 | 110010 | 111100 | 10010 | 1010 | 111010 | 111010 |
Color Harmonies of #D26A54
Complementary color
Monochromatic Colors of #D26A54
Black with #D26A54
Text Example
Text Example
White with #D26A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A54; }
p { color: rgb(210,106,84); }
H1.HeaderClassName
{
color: #D26A54;
}
.AnyTagClassName
{
color: #D26A54;
}
</style>
background-color css
<style>
a { background-color: #D26A54; }
a { background-color: rgb(210,106,84); }
div.DivClassName
{
background-color: #D26A54;
}
.BgClassName
{
background-color: #D26A54;
}
</style>
border-color css
<style>
span { border-color: #D26A54; }
span { border-color: rgb(210,106,84); }
td.TdClassName
{
border-color: #D26A54;
}
.TagClassName
{
border-color: #D26A54;
}
</style>