Shades of Japonica #D67554
Tints of Japonica #D67554
RGB
CMYK
RGB Variations
Color information
#D67554 (or 0xD67554) is known color: Japonica. HEX triplet: D6, 75 and 54. RGB value is (214,117,84). Sum of RGB (Red+Green+Blue) = 214+117+84=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D67554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67554 is #298AAB. Grayscale: #8E8E8E. Windows color (decimal): -2722476 or 5535190. OLE color: 5535190.
HSL color Cylindrical-coordinate representation of color #D67554: hue angle of 15.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D67554 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 84 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.16 |
| HSL | 15.23º | 0.61% | 0.58% | - |
| HSV(B) | 15.23º | 0.61% | 0.84% | - |
| XYZ | 35.69 | 27.66 | 11.84 | - |
| YUV | 142.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 84 | 0 | 0.45 | 0.61 | 0.16 | 15.23 | 0.61 | 0.58 |
| Hex | D6 | 75 | 54 | 0 | 2D | 3D | 10 | F | 3D | 3A |
| Octal | 326 | 165 | 124 | 0 | 55 | 75 | 20 | 17 | 75 | 72 |
| Binary | 11010110 | 1110101 | 1010100 | 0 | 101101 | 111101 | 10000 | 1111 | 111101 | 111010 |
Color Harmonies of #D67554
Complementary color
Monochromatic Colors of #D67554
Black with #D67554
Text Example
Text Example
White with #D67554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67554; }
p { color: rgb(214,117,84); }
H1.HeaderClassName
{
color: #D67554;
}
.AnyTagClassName
{
color: #D67554;
}
</style>
background-color css
<style>
a { background-color: #D67554; }
a { background-color: rgb(214,117,84); }
div.DivClassName
{
background-color: #D67554;
}
.BgClassName
{
background-color: #D67554;
}
</style>
border-color css
<style>
span { border-color: #D67554; }
span { border-color: rgb(214,117,84); }
td.TdClassName
{
border-color: #D67554;
}
.TagClassName
{
border-color: #D67554;
}
</style>