Shades of Japonica #D27656
Tints of Japonica #D27656
RGB
CMYK
RGB Variations
Color information
#D27656 (or 0xD27656) is known color: Japonica. HEX triplet: D2, 76 and 56. RGB value is (210,118,86). Sum of RGB (Red+Green+Blue) = 210+118+86=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D27656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27656 is #2D89A9. Grayscale: #8E8E8E. Windows color (decimal): -2984362 or 5666514. OLE color: 5666514.
HSL color Cylindrical-coordinate representation of color #D27656: hue angle of 15.48º 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 #D27656 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 86 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.18 |
| HSL | 15.48º | 0.58% | 0.58% | - |
| HSV(B) | 15.48º | 0.59% | 0.82% | - |
| XYZ | 34.74 | 27.33 | 12.25 | - |
| YUV | 141.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 86 | 0 | 0.44 | 0.59 | 0.18 | 15.48 | 0.58 | 0.58 |
| Hex | D2 | 76 | 56 | 0 | 2C | 3B | 12 | F | 3A | 3A |
| Octal | 322 | 166 | 126 | 0 | 54 | 73 | 22 | 17 | 72 | 72 |
| Binary | 11010010 | 1110110 | 1010110 | 0 | 101100 | 111011 | 10010 | 1111 | 111010 | 111010 |
Color Harmonies of #D27656
Complementary color
Monochromatic Colors of #D27656
Black with #D27656
Text Example
Text Example
White with #D27656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27656; }
p { color: rgb(210,118,86); }
H1.HeaderClassName
{
color: #D27656;
}
.AnyTagClassName
{
color: #D27656;
}
</style>
background-color css
<style>
a { background-color: #D27656; }
a { background-color: rgb(210,118,86); }
div.DivClassName
{
background-color: #D27656;
}
.BgClassName
{
background-color: #D27656;
}
</style>
border-color css
<style>
span { border-color: #D27656; }
span { border-color: rgb(210,118,86); }
td.TdClassName
{
border-color: #D27656;
}
.TagClassName
{
border-color: #D27656;
}
</style>