Shades of Japonica #D26850
Tints of Japonica #D26850
RGB
CMYK
RGB Variations
Color information
#D26850 (or 0xD26850) is known color: Japonica. HEX triplet: D2, 68 and 50. RGB value is (210,104,80). Sum of RGB (Red+Green+Blue) = 210+104+80=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D26850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26850 is #2D97AF. Grayscale: #858585. Windows color (decimal): -2987952 or 5269714. OLE color: 5269714.
HSL color Cylindrical-coordinate representation of color #D26850: hue angle of 11.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D26850 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 80 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.18 |
| HSL | 11.08º | 0.59% | 0.57% | - |
| HSV(B) | 11.08º | 0.62% | 0.82% | - |
| XYZ | 32.98 | 24.18 | 10.52 | - |
| YUV | 132.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 80 | 0 | 0.50 | 0.62 | 0.18 | 11.08 | 0.59 | 0.57 |
| Hex | D2 | 68 | 50 | 0 | 32 | 3E | 12 | B | 3B | 39 |
| Octal | 322 | 150 | 120 | 0 | 62 | 76 | 22 | 13 | 73 | 71 |
| Binary | 11010010 | 1101000 | 1010000 | 0 | 110010 | 111110 | 10010 | 1011 | 111011 | 111001 |
Color Harmonies of #D26850
Complementary color
Monochromatic Colors of #D26850
Black with #D26850
Text Example
Text Example
White with #D26850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26850; }
p { color: rgb(210,104,80); }
H1.HeaderClassName
{
color: #D26850;
}
.AnyTagClassName
{
color: #D26850;
}
</style>
background-color css
<style>
a { background-color: #D26850; }
a { background-color: rgb(210,104,80); }
div.DivClassName
{
background-color: #D26850;
}
.BgClassName
{
background-color: #D26850;
}
</style>
border-color css
<style>
span { border-color: #D26850; }
span { border-color: rgb(210,104,80); }
td.TdClassName
{
border-color: #D26850;
}
.TagClassName
{
border-color: #D26850;
}
</style>