Shades of Japonica #D27C55
Tints of Japonica #D27C55
RGB
CMYK
RGB Variations
Color information
#D27C55 (or 0xD27C55) is known color: Japonica. HEX triplet: D2, 7C and 55. RGB value is (210,124,85). Sum of RGB (Red+Green+Blue) = 210+124+85=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C55 is #2D83AA. Grayscale: #919191. Windows color (decimal): -2982827 or 5602514. OLE color: 5602514.
HSL color Cylindrical-coordinate representation of color #D27C55: hue angle of 18.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D27C55 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 85 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.18 |
| HSL | 18.72º | 0.58% | 0.58% | - |
| HSV(B) | 18.72º | 0.6% | 0.82% | - |
| XYZ | 35.43 | 28.77 | 12.28 | - |
| YUV | 145.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 85 | 0 | 0.41 | 0.60 | 0.18 | 18.72 | 0.58 | 0.58 |
| Hex | D2 | 7C | 55 | 0 | 29 | 3C | 12 | 13 | 3A | 3A |
| Octal | 322 | 174 | 125 | 0 | 51 | 74 | 22 | 23 | 72 | 72 |
| Binary | 11010010 | 1111100 | 1010101 | 0 | 101001 | 111100 | 10010 | 10011 | 111010 | 111010 |
Color Harmonies of #D27C55
Complementary color
Monochromatic Colors of #D27C55
Black with #D27C55
Text Example
Text Example
White with #D27C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C55; }
p { color: rgb(210,124,85); }
H1.HeaderClassName
{
color: #D27C55;
}
.AnyTagClassName
{
color: #D27C55;
}
</style>
background-color css
<style>
a { background-color: #D27C55; }
a { background-color: rgb(210,124,85); }
div.DivClassName
{
background-color: #D27C55;
}
.BgClassName
{
background-color: #D27C55;
}
</style>
border-color css
<style>
span { border-color: #D27C55; }
span { border-color: rgb(210,124,85); }
td.TdClassName
{
border-color: #D27C55;
}
.TagClassName
{
border-color: #D27C55;
}
</style>