Shades of Japonica #D26A51
Tints of Japonica #D26A51
RGB
CMYK
RGB Variations
Color information
#D26A51 (or 0xD26A51) is known color: Japonica. HEX triplet: D2, 6A and 51. RGB value is (210,106,81). Sum of RGB (Red+Green+Blue) = 210+106+81=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A51 is #2D95AE. Grayscale: #868686. Windows color (decimal): -2987439 or 5335762. OLE color: 5335762.
HSL color Cylindrical-coordinate representation of color #D26A51: hue angle of 11.63º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D26A51 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 81 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.18 |
| HSL | 11.63º | 0.59% | 0.57% | - |
| HSV(B) | 11.63º | 0.61% | 0.82% | - |
| XYZ | 33.22 | 24.6 | 10.78 | - |
| YUV | 134.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 81 | 0 | 0.50 | 0.61 | 0.18 | 11.63 | 0.59 | 0.57 |
| Hex | D2 | 6A | 51 | 0 | 32 | 3D | 12 | C | 3B | 39 |
| Octal | 322 | 152 | 121 | 0 | 62 | 75 | 22 | 14 | 73 | 71 |
| Binary | 11010010 | 1101010 | 1010001 | 0 | 110010 | 111101 | 10010 | 1100 | 111011 | 111001 |
Color Harmonies of #D26A51
Complementary color
Monochromatic Colors of #D26A51
Black with #D26A51
Text Example
Text Example
White with #D26A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A51; }
p { color: rgb(210,106,81); }
H1.HeaderClassName
{
color: #D26A51;
}
.AnyTagClassName
{
color: #D26A51;
}
</style>
background-color css
<style>
a { background-color: #D26A51; }
a { background-color: rgb(210,106,81); }
div.DivClassName
{
background-color: #D26A51;
}
.BgClassName
{
background-color: #D26A51;
}
</style>
border-color css
<style>
span { border-color: #D26A51; }
span { border-color: rgb(210,106,81); }
td.TdClassName
{
border-color: #D26A51;
}
.TagClassName
{
border-color: #D26A51;
}
</style>