Shades of Japonica #D27C54
Tints of Japonica #D27C54
RGB
CMYK
RGB Variations
Color information
#D27C54 (or 0xD27C54) is known color: Japonica. HEX triplet: D2, 7C and 54. RGB value is (210,124,84). Sum of RGB (Red+Green+Blue) = 210+124+84=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C54 is #2D83AB. Grayscale: #919191. Windows color (decimal): -2982828 or 5536978. OLE color: 5536978.
HSL color Cylindrical-coordinate representation of color #D27C54: hue angle of 19.05º 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 #D27C54 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 84 | - |
| CMYK | 0 | 0.41 | 0.6 | 0.18 |
| HSL | 19.05º | 0.58% | 0.58% | - |
| HSV(B) | 19.05º | 0.6% | 0.82% | - |
| XYZ | 35.39 | 28.76 | 12.07 | - |
| YUV | 145.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 84 | 0 | 0.41 | 0.6 | 0.18 | 19.05 | 0.58 | 0.58 |
| Hex | D2 | 7C | 54 | 0 | 29 | 3C | 12 | 13 | 3A | 3A |
| Octal | 322 | 174 | 124 | 0 | 51 | 74 | 22 | 23 | 72 | 72 |
| Binary | 11010010 | 1111100 | 1010100 | 0 | 101001 | 111100 | 10010 | 10011 | 111010 | 111010 |
Color Harmonies of #D27C54
Complementary color
Monochromatic Colors of #D27C54
Black with #D27C54
Text Example
Text Example
White with #D27C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C54; }
p { color: rgb(210,124,84); }
H1.HeaderClassName
{
color: #D27C54;
}
.AnyTagClassName
{
color: #D27C54;
}
</style>
background-color css
<style>
a { background-color: #D27C54; }
a { background-color: rgb(210,124,84); }
div.DivClassName
{
background-color: #D27C54;
}
.BgClassName
{
background-color: #D27C54;
}
</style>
border-color css
<style>
span { border-color: #D27C54; }
span { border-color: rgb(210,124,84); }
td.TdClassName
{
border-color: #D27C54;
}
.TagClassName
{
border-color: #D27C54;
}
</style>