Shades of Japonica #D27256
Tints of Japonica #D27256
RGB
CMYK
RGB Variations
Color information
#D27256 (or 0xD27256) is known color: Japonica. HEX triplet: D2, 72 and 56. RGB value is (210,114,86). Sum of RGB (Red+Green+Blue) = 210+114+86=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D27256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27256 is #2D8DA9. Grayscale: #8B8B8B. Windows color (decimal): -2985386 or 5665490. OLE color: 5665490.
HSL color Cylindrical-coordinate representation of color #D27256: hue angle of 13.55º 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 #D27256 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 86 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.18 |
| HSL | 13.55º | 0.58% | 0.58% | - |
| HSV(B) | 13.55º | 0.59% | 0.82% | - |
| XYZ | 34.28 | 26.41 | 12.09 | - |
| YUV | 139.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 86 | 0 | 0.46 | 0.59 | 0.18 | 13.55 | 0.58 | 0.58 |
| Hex | D2 | 72 | 56 | 0 | 2E | 3B | 12 | E | 3A | 3A |
| Octal | 322 | 162 | 126 | 0 | 56 | 73 | 22 | 16 | 72 | 72 |
| Binary | 11010010 | 1110010 | 1010110 | 0 | 101110 | 111011 | 10010 | 1110 | 111010 | 111010 |
Color Harmonies of #D27256
Complementary color
Monochromatic Colors of #D27256
Black with #D27256
Text Example
Text Example
White with #D27256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27256; }
p { color: rgb(210,114,86); }
H1.HeaderClassName
{
color: #D27256;
}
.AnyTagClassName
{
color: #D27256;
}
</style>
background-color css
<style>
a { background-color: #D27256; }
a { background-color: rgb(210,114,86); }
div.DivClassName
{
background-color: #D27256;
}
.BgClassName
{
background-color: #D27256;
}
</style>
border-color css
<style>
span { border-color: #D27256; }
span { border-color: rgb(210,114,86); }
td.TdClassName
{
border-color: #D27256;
}
.TagClassName
{
border-color: #D27256;
}
</style>