Shades of Japonica #D67555
Tints of Japonica #D67555
RGB
CMYK
RGB Variations
Color information
#D67555 (or 0xD67555) is known color: Japonica. HEX triplet: D6, 75 and 55. RGB value is (214,117,85). Sum of RGB (Red+Green+Blue) = 214+117+85=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D67555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67555 is #298AAA. Grayscale: #8E8E8E. Windows color (decimal): -2722475 or 5600726. OLE color: 5600726.
HSL color Cylindrical-coordinate representation of color #D67555: hue angle of 14.88º 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 #D67555 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 85 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 14.88º | 0.61% | 0.59% | - |
| HSV(B) | 14.88º | 0.6% | 0.84% | - |
| XYZ | 35.73 | 27.67 | 12.05 | - |
| YUV | 142.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 85 | 0 | 0.45 | 0.60 | 0.16 | 14.88 | 0.61 | 0.59 |
| Hex | D6 | 75 | 55 | 0 | 2D | 3C | 10 | F | 3D | 3B |
| Octal | 326 | 165 | 125 | 0 | 55 | 74 | 20 | 17 | 75 | 73 |
| Binary | 11010110 | 1110101 | 1010101 | 0 | 101101 | 111100 | 10000 | 1111 | 111101 | 111011 |
Color Harmonies of #D67555
Complementary color
Monochromatic Colors of #D67555
Black with #D67555
Text Example
Text Example
White with #D67555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67555; }
p { color: rgb(214,117,85); }
H1.HeaderClassName
{
color: #D67555;
}
.AnyTagClassName
{
color: #D67555;
}
</style>
background-color css
<style>
a { background-color: #D67555; }
a { background-color: rgb(214,117,85); }
div.DivClassName
{
background-color: #D67555;
}
.BgClassName
{
background-color: #D67555;
}
</style>
border-color css
<style>
span { border-color: #D67555; }
span { border-color: rgb(214,117,85); }
td.TdClassName
{
border-color: #D67555;
}
.TagClassName
{
border-color: #D67555;
}
</style>