Shades of Japonica #D27665
Tints of Japonica #D27665
RGB
CMYK
RGB Variations
Color information
#D27665 (or 0xD27665) is known color: Japonica. HEX triplet: D2, 76 and 65. RGB value is (210,118,101). Sum of RGB (Red+Green+Blue) = 210+118+101=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D27665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27665 is #2D899A. Grayscale: #8F8F8F. Windows color (decimal): -2984347 or 6649554. OLE color: 6649554.
HSL color Cylindrical-coordinate representation of color #D27665: hue angle of 9.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D27665 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 101 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.18 |
| HSL | 9.36º | 0.55% | 0.61% | - |
| HSV(B) | 9.36º | 0.52% | 0.82% | - |
| XYZ | 35.41 | 27.6 | 15.77 | - |
| YUV | 143.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 101 | 0 | 0.44 | 0.52 | 0.18 | 9.36 | 0.55 | 0.61 |
| Hex | D2 | 76 | 65 | 0 | 2C | 34 | 12 | 9 | 37 | 3D |
| Octal | 322 | 166 | 145 | 0 | 54 | 64 | 22 | 11 | 67 | 75 |
| Binary | 11010010 | 1110110 | 1100101 | 0 | 101100 | 110100 | 10010 | 1001 | 110111 | 111101 |
Color Harmonies of #D27665
Complementary color
Monochromatic Colors of #D27665
Black with #D27665
Text Example
Text Example
White with #D27665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27665; }
p { color: rgb(210,118,101); }
H1.HeaderClassName
{
color: #D27665;
}
.AnyTagClassName
{
color: #D27665;
}
</style>
background-color css
<style>
a { background-color: #D27665; }
a { background-color: rgb(210,118,101); }
div.DivClassName
{
background-color: #D27665;
}
.BgClassName
{
background-color: #D27665;
}
</style>
border-color css
<style>
span { border-color: #D27665; }
span { border-color: rgb(210,118,101); }
td.TdClassName
{
border-color: #D27665;
}
.TagClassName
{
border-color: #D27665;
}
</style>