Shades of Japonica #D26A52
Tints of Japonica #D26A52
RGB
CMYK
RGB Variations
Color information
#D26A52 (or 0xD26A52) is known color: Japonica. HEX triplet: D2, 6A and 52. RGB value is (210,106,82). Sum of RGB (Red+Green+Blue) = 210+106+82=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A52 is #2D95AD. Grayscale: #868686. Windows color (decimal): -2987438 or 5401298. OLE color: 5401298.
HSL color Cylindrical-coordinate representation of color #D26A52: hue angle of 11.25º 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 #D26A52 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 82 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.18 |
| HSL | 11.25º | 0.59% | 0.57% | - |
| HSV(B) | 11.25º | 0.61% | 0.82% | - |
| XYZ | 33.26 | 24.62 | 10.98 | - |
| YUV | 134.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 82 | 0 | 0.50 | 0.61 | 0.18 | 11.25 | 0.59 | 0.57 |
| Hex | D2 | 6A | 52 | 0 | 32 | 3D | 12 | B | 3B | 39 |
| Octal | 322 | 152 | 122 | 0 | 62 | 75 | 22 | 13 | 73 | 71 |
| Binary | 11010010 | 1101010 | 1010010 | 0 | 110010 | 111101 | 10010 | 1011 | 111011 | 111001 |
Color Harmonies of #D26A52
Complementary color
Monochromatic Colors of #D26A52
Black with #D26A52
Text Example
Text Example
White with #D26A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A52; }
p { color: rgb(210,106,82); }
H1.HeaderClassName
{
color: #D26A52;
}
.AnyTagClassName
{
color: #D26A52;
}
</style>
background-color css
<style>
a { background-color: #D26A52; }
a { background-color: rgb(210,106,82); }
div.DivClassName
{
background-color: #D26A52;
}
.BgClassName
{
background-color: #D26A52;
}
</style>
border-color css
<style>
span { border-color: #D26A52; }
span { border-color: rgb(210,106,82); }
td.TdClassName
{
border-color: #D26A52;
}
.TagClassName
{
border-color: #D26A52;
}
</style>