Shades of Japonica #D26851
Tints of Japonica #D26851
RGB
CMYK
RGB Variations
Color information
#D26851 (or 0xD26851) is known color: Japonica. HEX triplet: D2, 68 and 51. RGB value is (210,104,81). Sum of RGB (Red+Green+Blue) = 210+104+81=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D26851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26851 is #2D97AE. Grayscale: #858585. Windows color (decimal): -2987951 or 5335250. OLE color: 5335250.
HSL color Cylindrical-coordinate representation of color #D26851: hue angle of 10.7º 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 #D26851 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 81 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.18 |
| HSL | 10.7º | 0.59% | 0.57% | - |
| HSV(B) | 10.7º | 0.61% | 0.82% | - |
| XYZ | 33.01 | 24.2 | 10.71 | - |
| YUV | 133.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 81 | 0 | 0.50 | 0.61 | 0.18 | 10.7 | 0.59 | 0.57 |
| Hex | D2 | 68 | 51 | 0 | 32 | 3D | 12 | B | 3B | 39 |
| Octal | 322 | 150 | 121 | 0 | 62 | 75 | 22 | 13 | 73 | 71 |
| Binary | 11010010 | 1101000 | 1010001 | 0 | 110010 | 111101 | 10010 | 1011 | 111011 | 111001 |
Color Harmonies of #D26851
Complementary color
Monochromatic Colors of #D26851
Black with #D26851
Text Example
Text Example
White with #D26851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26851; }
p { color: rgb(210,104,81); }
H1.HeaderClassName
{
color: #D26851;
}
.AnyTagClassName
{
color: #D26851;
}
</style>
background-color css
<style>
a { background-color: #D26851; }
a { background-color: rgb(210,104,81); }
div.DivClassName
{
background-color: #D26851;
}
.BgClassName
{
background-color: #D26851;
}
</style>
border-color css
<style>
span { border-color: #D26851; }
span { border-color: rgb(210,104,81); }
td.TdClassName
{
border-color: #D26851;
}
.TagClassName
{
border-color: #D26851;
}
</style>