Shades of Japonica #D26F51
Tints of Japonica #D26F51
RGB
CMYK
RGB Variations
Color information
#D26F51 (or 0xD26F51) is known color: Japonica. HEX triplet: D2, 6F and 51. RGB value is (210,111,81). Sum of RGB (Red+Green+Blue) = 210+111+81=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F51 is #2D90AE. Grayscale: #898989. Windows color (decimal): -2986159 or 5337042. OLE color: 5337042.
HSL color Cylindrical-coordinate representation of color #D26F51: hue angle of 13.95º 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 #D26F51 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 81 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.18 |
| HSL | 13.95º | 0.59% | 0.57% | - |
| HSV(B) | 13.95º | 0.61% | 0.82% | - |
| XYZ | 33.75 | 25.66 | 10.96 | - |
| YUV | 137.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 81 | 0 | 0.47 | 0.61 | 0.18 | 13.95 | 0.59 | 0.57 |
| Hex | D2 | 6F | 51 | 0 | 2F | 3D | 12 | E | 3B | 39 |
| Octal | 322 | 157 | 121 | 0 | 57 | 75 | 22 | 16 | 73 | 71 |
| Binary | 11010010 | 1101111 | 1010001 | 0 | 101111 | 111101 | 10010 | 1110 | 111011 | 111001 |
Color Harmonies of #D26F51
Complementary color
Monochromatic Colors of #D26F51
Black with #D26F51
Text Example
Text Example
White with #D26F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F51; }
p { color: rgb(210,111,81); }
H1.HeaderClassName
{
color: #D26F51;
}
.AnyTagClassName
{
color: #D26F51;
}
</style>
background-color css
<style>
a { background-color: #D26F51; }
a { background-color: rgb(210,111,81); }
div.DivClassName
{
background-color: #D26F51;
}
.BgClassName
{
background-color: #D26F51;
}
</style>
border-color css
<style>
span { border-color: #D26F51; }
span { border-color: rgb(210,111,81); }
td.TdClassName
{
border-color: #D26F51;
}
.TagClassName
{
border-color: #D26F51;
}
</style>