Shades of Japonica #D27669
Tints of Japonica #D27669
RGB
CMYK
RGB Variations
Color information
#D27669 (or 0xD27669) is known color: Japonica. HEX triplet: D2, 76 and 69. RGB value is (210,118,105). Sum of RGB (Red+Green+Blue) = 210+118+105=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D27669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27669 is #2D8996. Grayscale: #909090. Windows color (decimal): -2984343 or 6911698. OLE color: 6911698.
HSL color Cylindrical-coordinate representation of color #D27669: hue angle of 7.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27669 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 105 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.18 |
| HSL | 7.43º | 0.54% | 0.62% | - |
| HSV(B) | 7.43º | 0.5% | 0.82% | - |
| XYZ | 35.61 | 27.68 | 16.83 | - |
| YUV | 144.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 105 | 0 | 0.44 | 0.50 | 0.18 | 7.43 | 0.54 | 0.62 |
| Hex | D2 | 76 | 69 | 0 | 2C | 32 | 12 | 7 | 36 | 3E |
| Octal | 322 | 166 | 151 | 0 | 54 | 62 | 22 | 7 | 66 | 76 |
| Binary | 11010010 | 1110110 | 1101001 | 0 | 101100 | 110010 | 10010 | 111 | 110110 | 111110 |
Color Harmonies of #D27669
Complementary color
Monochromatic Colors of #D27669
Black with #D27669
Text Example
Text Example
White with #D27669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27669; }
p { color: rgb(210,118,105); }
H1.HeaderClassName
{
color: #D27669;
}
.AnyTagClassName
{
color: #D27669;
}
</style>
background-color css
<style>
a { background-color: #D27669; }
a { background-color: rgb(210,118,105); }
div.DivClassName
{
background-color: #D27669;
}
.BgClassName
{
background-color: #D27669;
}
</style>
border-color css
<style>
span { border-color: #D27669; }
span { border-color: rgb(210,118,105); }
td.TdClassName
{
border-color: #D27669;
}
.TagClassName
{
border-color: #D27669;
}
</style>