Shades of Japonica #D26852
Tints of Japonica #D26852
RGB
CMYK
RGB Variations
Color information
#D26852 (or 0xD26852) is known color: Japonica. HEX triplet: D2, 68 and 52. RGB value is (210,104,82). Sum of RGB (Red+Green+Blue) = 210+104+82=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D26852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26852 is #2D97AD. Grayscale: #858585. Windows color (decimal): -2987950 or 5400786. OLE color: 5400786.
HSL color Cylindrical-coordinate representation of color #D26852: hue angle of 10.31º 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 #D26852 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 82 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.18 |
| HSL | 10.31º | 0.59% | 0.57% | - |
| HSV(B) | 10.31º | 0.61% | 0.82% | - |
| XYZ | 33.05 | 24.21 | 10.91 | - |
| YUV | 133.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 82 | 0 | 0.50 | 0.61 | 0.18 | 10.31 | 0.59 | 0.57 |
| Hex | D2 | 68 | 52 | 0 | 32 | 3D | 12 | A | 3B | 39 |
| Octal | 322 | 150 | 122 | 0 | 62 | 75 | 22 | 12 | 73 | 71 |
| Binary | 11010010 | 1101000 | 1010010 | 0 | 110010 | 111101 | 10010 | 1010 | 111011 | 111001 |
Color Harmonies of #D26852
Complementary color
Monochromatic Colors of #D26852
Black with #D26852
Text Example
Text Example
White with #D26852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26852; }
p { color: rgb(210,104,82); }
H1.HeaderClassName
{
color: #D26852;
}
.AnyTagClassName
{
color: #D26852;
}
</style>
background-color css
<style>
a { background-color: #D26852; }
a { background-color: rgb(210,104,82); }
div.DivClassName
{
background-color: #D26852;
}
.BgClassName
{
background-color: #D26852;
}
</style>
border-color css
<style>
span { border-color: #D26852; }
span { border-color: rgb(210,104,82); }
td.TdClassName
{
border-color: #D26852;
}
.TagClassName
{
border-color: #D26852;
}
</style>