Shades of Japonica #D27759
Tints of Japonica #D27759
RGB
CMYK
RGB Variations
Color information
#D27759 (or 0xD27759) is known color: Japonica. HEX triplet: D2, 77 and 59. RGB value is (210,119,89). Sum of RGB (Red+Green+Blue) = 210+119+89=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D27759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27759 is #2D88A6. Grayscale: #8E8E8E. Windows color (decimal): -2984103 or 5863378. OLE color: 5863378.
HSL color Cylindrical-coordinate representation of color #D27759: hue angle of 14.88º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D27759 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 89 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.18 |
| HSL | 14.88º | 0.57% | 0.59% | - |
| HSV(B) | 14.88º | 0.58% | 0.82% | - |
| XYZ | 34.98 | 27.62 | 12.94 | - |
| YUV | 142.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 89 | 0 | 0.43 | 0.58 | 0.18 | 14.88 | 0.57 | 0.59 |
| Hex | D2 | 77 | 59 | 0 | 2B | 3A | 12 | F | 39 | 3B |
| Octal | 322 | 167 | 131 | 0 | 53 | 72 | 22 | 17 | 71 | 73 |
| Binary | 11010010 | 1110111 | 1011001 | 0 | 101011 | 111010 | 10010 | 1111 | 111001 | 111011 |
Color Harmonies of #D27759
Complementary color
Monochromatic Colors of #D27759
Black with #D27759
Text Example
Text Example
White with #D27759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27759; }
p { color: rgb(210,119,89); }
H1.HeaderClassName
{
color: #D27759;
}
.AnyTagClassName
{
color: #D27759;
}
</style>
background-color css
<style>
a { background-color: #D27759; }
a { background-color: rgb(210,119,89); }
div.DivClassName
{
background-color: #D27759;
}
.BgClassName
{
background-color: #D27759;
}
</style>
border-color css
<style>
span { border-color: #D27759; }
span { border-color: rgb(210,119,89); }
td.TdClassName
{
border-color: #D27759;
}
.TagClassName
{
border-color: #D27759;
}
</style>