Shades of Japonica #D26F53
Tints of Japonica #D26F53
RGB
CMYK
RGB Variations
Color information
#D26F53 (or 0xD26F53) is known color: Japonica. HEX triplet: D2, 6F and 53. RGB value is (210,111,83). Sum of RGB (Red+Green+Blue) = 210+111+83=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F53 is #2D90AC. Grayscale: #898989. Windows color (decimal): -2986157 or 5468114. OLE color: 5468114.
HSL color Cylindrical-coordinate representation of color #D26F53: hue angle of 13.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26F53 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 83 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.18 |
| HSL | 13.23º | 0.59% | 0.57% | - |
| HSV(B) | 13.23º | 0.6% | 0.82% | - |
| XYZ | 33.82 | 25.7 | 11.36 | - |
| YUV | 137.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 83 | 0 | 0.47 | 0.60 | 0.18 | 13.23 | 0.59 | 0.57 |
| Hex | D2 | 6F | 53 | 0 | 2F | 3C | 12 | D | 3B | 39 |
| Octal | 322 | 157 | 123 | 0 | 57 | 74 | 22 | 15 | 73 | 71 |
| Binary | 11010010 | 1101111 | 1010011 | 0 | 101111 | 111100 | 10010 | 1101 | 111011 | 111001 |
Color Harmonies of #D26F53
Complementary color
Monochromatic Colors of #D26F53
Black with #D26F53
Text Example
Text Example
White with #D26F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F53; }
p { color: rgb(210,111,83); }
H1.HeaderClassName
{
color: #D26F53;
}
.AnyTagClassName
{
color: #D26F53;
}
</style>
background-color css
<style>
a { background-color: #D26F53; }
a { background-color: rgb(210,111,83); }
div.DivClassName
{
background-color: #D26F53;
}
.BgClassName
{
background-color: #D26F53;
}
</style>
border-color css
<style>
span { border-color: #D26F53; }
span { border-color: rgb(210,111,83); }
td.TdClassName
{
border-color: #D26F53;
}
.TagClassName
{
border-color: #D26F53;
}
</style>