Shades of Japonica #D27260
Tints of Japonica #D27260
RGB
CMYK
RGB Variations
Color information
#D27260 (or 0xD27260) is known color: Japonica. HEX triplet: D2, 72 and 60. RGB value is (210,114,96). Sum of RGB (Red+Green+Blue) = 210+114+96=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D27260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27260 is #2D8D9F. Grayscale: #8C8C8C. Windows color (decimal): -2985376 or 6320850. OLE color: 6320850.
HSL color Cylindrical-coordinate representation of color #D27260: hue angle of 9.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D27260 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 96 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.18 |
| HSL | 9.47º | 0.56% | 0.6% | - |
| HSV(B) | 9.47º | 0.54% | 0.82% | - |
| XYZ | 34.71 | 26.58 | 14.37 | - |
| YUV | 140.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 96 | 0 | 0.46 | 0.54 | 0.18 | 9.47 | 0.56 | 0.6 |
| Hex | D2 | 72 | 60 | 0 | 2E | 36 | 12 | 9 | 38 | 3C |
| Octal | 322 | 162 | 140 | 0 | 56 | 66 | 22 | 11 | 70 | 74 |
| Binary | 11010010 | 1110010 | 1100000 | 0 | 101110 | 110110 | 10010 | 1001 | 111000 | 111100 |
Color Harmonies of #D27260
Complementary color
Monochromatic Colors of #D27260
Black with #D27260
Text Example
Text Example
White with #D27260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27260; }
p { color: rgb(210,114,96); }
H1.HeaderClassName
{
color: #D27260;
}
.AnyTagClassName
{
color: #D27260;
}
</style>
background-color css
<style>
a { background-color: #D27260; }
a { background-color: rgb(210,114,96); }
div.DivClassName
{
background-color: #D27260;
}
.BgClassName
{
background-color: #D27260;
}
</style>
border-color css
<style>
span { border-color: #D27260; }
span { border-color: rgb(210,114,96); }
td.TdClassName
{
border-color: #D27260;
}
.TagClassName
{
border-color: #D27260;
}
</style>