Shades of Japonica #D26A55
Tints of Japonica #D26A55
RGB
CMYK
RGB Variations
Color information
#D26A55 (or 0xD26A55) is known color: Japonica. HEX triplet: D2, 6A and 55. RGB value is (210,106,85). Sum of RGB (Red+Green+Blue) = 210+106+85=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A55 is #2D95AA. Grayscale: #868686. Windows color (decimal): -2987435 or 5597906. OLE color: 5597906.
HSL color Cylindrical-coordinate representation of color #D26A55: hue angle of 10.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26A55 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 85 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 10.08º | 0.58% | 0.58% | - |
| HSV(B) | 10.08º | 0.6% | 0.82% | - |
| XYZ | 33.37 | 24.67 | 11.6 | - |
| YUV | 134.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 85 | 0 | 0.50 | 0.60 | 0.18 | 10.08 | 0.58 | 0.58 |
| Hex | D2 | 6A | 55 | 0 | 32 | 3C | 12 | A | 3A | 3A |
| Octal | 322 | 152 | 125 | 0 | 62 | 74 | 22 | 12 | 72 | 72 |
| Binary | 11010010 | 1101010 | 1010101 | 0 | 110010 | 111100 | 10010 | 1010 | 111010 | 111010 |
Color Harmonies of #D26A55
Complementary color
Monochromatic Colors of #D26A55
Black with #D26A55
Text Example
Text Example
White with #D26A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A55; }
p { color: rgb(210,106,85); }
H1.HeaderClassName
{
color: #D26A55;
}
.AnyTagClassName
{
color: #D26A55;
}
</style>
background-color css
<style>
a { background-color: #D26A55; }
a { background-color: rgb(210,106,85); }
div.DivClassName
{
background-color: #D26A55;
}
.BgClassName
{
background-color: #D26A55;
}
</style>
border-color css
<style>
span { border-color: #D26A55; }
span { border-color: rgb(210,106,85); }
td.TdClassName
{
border-color: #D26A55;
}
.TagClassName
{
border-color: #D26A55;
}
</style>