Shades of Japonica #D67455
Tints of Japonica #D67455
RGB
CMYK
RGB Variations
Color information
#D67455 (or 0xD67455) is known color: Japonica. HEX triplet: D6, 74 and 55. RGB value is (214,116,85). Sum of RGB (Red+Green+Blue) = 214+116+85=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D67455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67455 is #298BAA. Grayscale: #8D8D8D. Windows color (decimal): -2722731 or 5600470. OLE color: 5600470.
HSL color Cylindrical-coordinate representation of color #D67455: hue angle of 14.42º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D67455 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 85 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.16 |
| HSL | 14.42º | 0.61% | 0.59% | - |
| HSV(B) | 14.42º | 0.6% | 0.84% | - |
| XYZ | 35.62 | 27.44 | 12.01 | - |
| YUV | 141.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 85 | 0 | 0.46 | 0.60 | 0.16 | 14.42 | 0.61 | 0.59 |
| Hex | D6 | 74 | 55 | 0 | 2E | 3C | 10 | E | 3D | 3B |
| Octal | 326 | 164 | 125 | 0 | 56 | 74 | 20 | 16 | 75 | 73 |
| Binary | 11010110 | 1110100 | 1010101 | 0 | 101110 | 111100 | 10000 | 1110 | 111101 | 111011 |
Color Harmonies of #D67455
Complementary color
Monochromatic Colors of #D67455
Black with #D67455
Text Example
Text Example
White with #D67455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67455; }
p { color: rgb(214,116,85); }
H1.HeaderClassName
{
color: #D67455;
}
.AnyTagClassName
{
color: #D67455;
}
</style>
background-color css
<style>
a { background-color: #D67455; }
a { background-color: rgb(214,116,85); }
div.DivClassName
{
background-color: #D67455;
}
.BgClassName
{
background-color: #D67455;
}
</style>
border-color css
<style>
span { border-color: #D67455; }
span { border-color: rgb(214,116,85); }
td.TdClassName
{
border-color: #D67455;
}
.TagClassName
{
border-color: #D67455;
}
</style>