Shades of Japonica #D67255
Tints of Japonica #D67255
RGB
CMYK
RGB Variations
Color information
#D67255 (or 0xD67255) is known color: Japonica. HEX triplet: D6, 72 and 55. RGB value is (214,114,85). Sum of RGB (Red+Green+Blue) = 214+114+85=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D67255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67255 is #298DAA. Grayscale: #8C8C8C. Windows color (decimal): -2723243 or 5599958. OLE color: 5599958.
HSL color Cylindrical-coordinate representation of color #D67255: hue angle of 13.49º 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 #D67255 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 85 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.16 |
| HSL | 13.49º | 0.61% | 0.59% | - |
| HSV(B) | 13.49º | 0.6% | 0.84% | - |
| XYZ | 35.39 | 26.99 | 11.94 | - |
| YUV | 140.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 85 | 0 | 0.47 | 0.60 | 0.16 | 13.49 | 0.61 | 0.59 |
| Hex | D6 | 72 | 55 | 0 | 2F | 3C | 10 | D | 3D | 3B |
| Octal | 326 | 162 | 125 | 0 | 57 | 74 | 20 | 15 | 75 | 73 |
| Binary | 11010110 | 1110010 | 1010101 | 0 | 101111 | 111100 | 10000 | 1101 | 111101 | 111011 |
Color Harmonies of #D67255
Complementary color
Monochromatic Colors of #D67255
Black with #D67255
Text Example
Text Example
White with #D67255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67255; }
p { color: rgb(214,114,85); }
H1.HeaderClassName
{
color: #D67255;
}
.AnyTagClassName
{
color: #D67255;
}
</style>
background-color css
<style>
a { background-color: #D67255; }
a { background-color: rgb(214,114,85); }
div.DivClassName
{
background-color: #D67255;
}
.BgClassName
{
background-color: #D67255;
}
</style>
border-color css
<style>
span { border-color: #D67255; }
span { border-color: rgb(214,114,85); }
td.TdClassName
{
border-color: #D67255;
}
.TagClassName
{
border-color: #D67255;
}
</style>