Shades of Japonica #D27466
Tints of Japonica #D27466
RGB
CMYK
RGB Variations
Color information
#D27466 (or 0xD27466) is known color: Japonica. HEX triplet: D2, 74 and 66. RGB value is (210,116,102). Sum of RGB (Red+Green+Blue) = 210+116+102=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27466 is #2D8B99. Grayscale: #8E8E8E. Windows color (decimal): -2984858 or 6714578. OLE color: 6714578.
HSL color Cylindrical-coordinate representation of color #D27466: hue angle of 7.78º degrees, saturation: 0.55, 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 #D27466 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 102 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.18 |
| HSL | 7.78º | 0.55% | 0.61% | - |
| HSV(B) | 7.78º | 0.51% | 0.82% | - |
| XYZ | 35.22 | 27.15 | 15.95 | - |
| YUV | 142.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 102 | 0 | 0.45 | 0.51 | 0.18 | 7.78 | 0.55 | 0.61 |
| Hex | D2 | 74 | 66 | 0 | 2D | 33 | 12 | 8 | 37 | 3D |
| Octal | 322 | 164 | 146 | 0 | 55 | 63 | 22 | 10 | 67 | 75 |
| Binary | 11010010 | 1110100 | 1100110 | 0 | 101101 | 110011 | 10010 | 1000 | 110111 | 111101 |
Color Harmonies of #D27466
Complementary color
Monochromatic Colors of #D27466
Black with #D27466
Text Example
Text Example
White with #D27466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27466; }
p { color: rgb(210,116,102); }
H1.HeaderClassName
{
color: #D27466;
}
.AnyTagClassName
{
color: #D27466;
}
</style>
background-color css
<style>
a { background-color: #D27466; }
a { background-color: rgb(210,116,102); }
div.DivClassName
{
background-color: #D27466;
}
.BgClassName
{
background-color: #D27466;
}
</style>
border-color css
<style>
span { border-color: #D27466; }
span { border-color: rgb(210,116,102); }
td.TdClassName
{
border-color: #D27466;
}
.TagClassName
{
border-color: #D27466;
}
</style>