Shades of Japonica #D47767
Tints of Japonica #D47767
RGB
CMYK
RGB Variations
Color information
#D47767 (or 0xD47767) is known color: Japonica. HEX triplet: D4, 77 and 67. RGB value is (212,119,103). Sum of RGB (Red+Green+Blue) = 212+119+103=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D47767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47767 is #2B8898. Grayscale: #919191. Windows color (decimal): -2853017 or 6780884. OLE color: 6780884.
HSL color Cylindrical-coordinate representation of color #D47767: hue angle of 8.81º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47767 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 119 | 103 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.17 |
| HSL | 8.81º | 0.56% | 0.62% | - |
| HSV(B) | 8.81º | 0.51% | 0.83% | - |
| XYZ | 36.2 | 28.17 | 16.36 | - |
| YUV | 144.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 119 | 103 | 0 | 0.44 | 0.51 | 0.17 | 8.81 | 0.56 | 0.62 |
| Hex | D4 | 77 | 67 | 0 | 2C | 33 | 11 | 9 | 38 | 3E |
| Octal | 324 | 167 | 147 | 0 | 54 | 63 | 21 | 11 | 70 | 76 |
| Binary | 11010100 | 1110111 | 1100111 | 0 | 101100 | 110011 | 10001 | 1001 | 111000 | 111110 |
Color Harmonies of #D47767
Complementary color
Monochromatic Colors of #D47767
Black with #D47767
Text Example
Text Example
White with #D47767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47767; }
p { color: rgb(212,119,103); }
H1.HeaderClassName
{
color: #D47767;
}
.AnyTagClassName
{
color: #D47767;
}
</style>
background-color css
<style>
a { background-color: #D47767; }
a { background-color: rgb(212,119,103); }
div.DivClassName
{
background-color: #D47767;
}
.BgClassName
{
background-color: #D47767;
}
</style>
border-color css
<style>
span { border-color: #D47767; }
span { border-color: rgb(212,119,103); }
td.TdClassName
{
border-color: #D47767;
}
.TagClassName
{
border-color: #D47767;
}
</style>