Shades of Japonica #D47569
Tints of Japonica #D47569
RGB
CMYK
RGB Variations
Color information
#D47569 (or 0xD47569) is known color: Japonica. HEX triplet: D4, 75 and 69. RGB value is (212,117,105). Sum of RGB (Red+Green+Blue) = 212+117+105=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D47569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47569 is #2B8A96. Grayscale: #909090. Windows color (decimal): -2853527 or 6911444. OLE color: 6911444.
HSL color Cylindrical-coordinate representation of color #D47569: hue angle of 6.73º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47569 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 105 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.17 |
| HSL | 6.73º | 0.55% | 0.62% | - |
| HSV(B) | 6.73º | 0.5% | 0.83% | - |
| XYZ | 36.06 | 27.74 | 16.82 | - |
| YUV | 144.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 105 | 0 | 0.45 | 0.50 | 0.17 | 6.73 | 0.55 | 0.62 |
| Hex | D4 | 75 | 69 | 0 | 2D | 32 | 11 | 7 | 37 | 3E |
| Octal | 324 | 165 | 151 | 0 | 55 | 62 | 21 | 7 | 67 | 76 |
| Binary | 11010100 | 1110101 | 1101001 | 0 | 101101 | 110010 | 10001 | 111 | 110111 | 111110 |
Color Harmonies of #D47569
Complementary color
Monochromatic Colors of #D47569
Black with #D47569
Text Example
Text Example
White with #D47569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47569; }
p { color: rgb(212,117,105); }
H1.HeaderClassName
{
color: #D47569;
}
.AnyTagClassName
{
color: #D47569;
}
</style>
background-color css
<style>
a { background-color: #D47569; }
a { background-color: rgb(212,117,105); }
div.DivClassName
{
background-color: #D47569;
}
.BgClassName
{
background-color: #D47569;
}
</style>
border-color css
<style>
span { border-color: #D47569; }
span { border-color: rgb(212,117,105); }
td.TdClassName
{
border-color: #D47569;
}
.TagClassName
{
border-color: #D47569;
}
</style>