Shades of Japonica #D26C56
Tints of Japonica #D26C56
RGB
CMYK
RGB Variations
Color information
#D26C56 (or 0xD26C56) is known color: Japonica. HEX triplet: D2, 6C and 56. RGB value is (210,108,86). Sum of RGB (Red+Green+Blue) = 210+108+86=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C56 is #2D93A9. Grayscale: #888888. Windows color (decimal): -2986922 or 5663954. OLE color: 5663954.
HSL color Cylindrical-coordinate representation of color #D26C56: hue angle of 10.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D26C56 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 86 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.18 |
| HSL | 10.65º | 0.58% | 0.58% | - |
| HSV(B) | 10.65º | 0.59% | 0.82% | - |
| XYZ | 33.62 | 25.1 | 11.88 | - |
| YUV | 135.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 86 | 0 | 0.49 | 0.59 | 0.18 | 10.65 | 0.58 | 0.58 |
| Hex | D2 | 6C | 56 | 0 | 31 | 3B | 12 | B | 3A | 3A |
| Octal | 322 | 154 | 126 | 0 | 61 | 73 | 22 | 13 | 72 | 72 |
| Binary | 11010010 | 1101100 | 1010110 | 0 | 110001 | 111011 | 10010 | 1011 | 111010 | 111010 |
Color Harmonies of #D26C56
Complementary color
Monochromatic Colors of #D26C56
Black with #D26C56
Text Example
Text Example
White with #D26C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C56; }
p { color: rgb(210,108,86); }
H1.HeaderClassName
{
color: #D26C56;
}
.AnyTagClassName
{
color: #D26C56;
}
</style>
background-color css
<style>
a { background-color: #D26C56; }
a { background-color: rgb(210,108,86); }
div.DivClassName
{
background-color: #D26C56;
}
.BgClassName
{
background-color: #D26C56;
}
</style>
border-color css
<style>
span { border-color: #D26C56; }
span { border-color: rgb(210,108,86); }
td.TdClassName
{
border-color: #D26C56;
}
.TagClassName
{
border-color: #D26C56;
}
</style>