Shades of Japonica #D67263
Tints of Japonica #D67263
RGB
CMYK
RGB Variations
Color information
#D67263 (or 0xD67263) is known color: Japonica. HEX triplet: D6, 72 and 63. RGB value is (214,114,99). Sum of RGB (Red+Green+Blue) = 214+114+99=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D67263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67263 is #298D9C. Grayscale: #8E8E8E. Windows color (decimal): -2723229 or 6517462. OLE color: 6517462.
HSL color Cylindrical-coordinate representation of color #D67263: hue angle of 7.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D67263 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 99 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.16 |
| HSL | 7.83º | 0.58% | 0.61% | - |
| HSV(B) | 7.83º | 0.54% | 0.84% | - |
| XYZ | 36 | 27.23 | 15.16 | - |
| YUV | 142.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 99 | 0 | 0.47 | 0.54 | 0.16 | 7.83 | 0.58 | 0.61 |
| Hex | D6 | 72 | 63 | 0 | 2F | 36 | 10 | 8 | 3A | 3D |
| Octal | 326 | 162 | 143 | 0 | 57 | 66 | 20 | 10 | 72 | 75 |
| Binary | 11010110 | 1110010 | 1100011 | 0 | 101111 | 110110 | 10000 | 1000 | 111010 | 111101 |
Color Harmonies of #D67263
Complementary color
Monochromatic Colors of #D67263
Black with #D67263
Text Example
Text Example
White with #D67263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67263; }
p { color: rgb(214,114,99); }
H1.HeaderClassName
{
color: #D67263;
}
.AnyTagClassName
{
color: #D67263;
}
</style>
background-color css
<style>
a { background-color: #D67263; }
a { background-color: rgb(214,114,99); }
div.DivClassName
{
background-color: #D67263;
}
.BgClassName
{
background-color: #D67263;
}
</style>
border-color css
<style>
span { border-color: #D67263; }
span { border-color: rgb(214,114,99); }
td.TdClassName
{
border-color: #D67263;
}
.TagClassName
{
border-color: #D67263;
}
</style>