Shades of Japonica #D27267
Tints of Japonica #D27267
RGB
CMYK
RGB Variations
Color information
#D27267 (or 0xD27267) is known color: Japonica. HEX triplet: D2, 72 and 67. RGB value is (210,114,103). Sum of RGB (Red+Green+Blue) = 210+114+103=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D27267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27267 is #2D8D98. Grayscale: #8D8D8D. Windows color (decimal): -2985369 or 6779602. OLE color: 6779602.
HSL color Cylindrical-coordinate representation of color #D27267: hue angle of 6.17º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27267 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 103 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.18 |
| HSL | 6.17º | 0.54% | 0.61% | - |
| HSV(B) | 6.17º | 0.51% | 0.82% | - |
| XYZ | 35.04 | 26.72 | 16.14 | - |
| YUV | 141.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 103 | 0 | 0.46 | 0.51 | 0.18 | 6.17 | 0.54 | 0.61 |
| Hex | D2 | 72 | 67 | 0 | 2E | 33 | 12 | 6 | 36 | 3D |
| Octal | 322 | 162 | 147 | 0 | 56 | 63 | 22 | 6 | 66 | 75 |
| Binary | 11010010 | 1110010 | 1100111 | 0 | 101110 | 110011 | 10010 | 110 | 110110 | 111101 |
Color Harmonies of #D27267
Complementary color
Monochromatic Colors of #D27267
Black with #D27267
Text Example
Text Example
White with #D27267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27267; }
p { color: rgb(210,114,103); }
H1.HeaderClassName
{
color: #D27267;
}
.AnyTagClassName
{
color: #D27267;
}
</style>
background-color css
<style>
a { background-color: #D27267; }
a { background-color: rgb(210,114,103); }
div.DivClassName
{
background-color: #D27267;
}
.BgClassName
{
background-color: #D27267;
}
</style>
border-color css
<style>
span { border-color: #D27267; }
span { border-color: rgb(210,114,103); }
td.TdClassName
{
border-color: #D27267;
}
.TagClassName
{
border-color: #D27267;
}
</style>