Shades of Japonica #D67261
Tints of Japonica #D67261
RGB
CMYK
RGB Variations
Color information
#D67261 (or 0xD67261) is known color: Japonica. HEX triplet: D6, 72 and 61. RGB value is (214,114,97). Sum of RGB (Red+Green+Blue) = 214+114+97=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D67261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67261 is #298D9E. Grayscale: #8E8E8E. Windows color (decimal): -2723231 or 6386390. OLE color: 6386390.
HSL color Cylindrical-coordinate representation of color #D67261: hue angle of 8.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67261 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 97 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.16 |
| HSL | 8.72º | 0.59% | 0.61% | - |
| HSV(B) | 8.72º | 0.55% | 0.84% | - |
| XYZ | 35.91 | 27.19 | 14.67 | - |
| YUV | 141.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 97 | 0 | 0.47 | 0.55 | 0.16 | 8.72 | 0.59 | 0.61 |
| Hex | D6 | 72 | 61 | 0 | 2F | 37 | 10 | 9 | 3B | 3D |
| Octal | 326 | 162 | 141 | 0 | 57 | 67 | 20 | 11 | 73 | 75 |
| Binary | 11010110 | 1110010 | 1100001 | 0 | 101111 | 110111 | 10000 | 1001 | 111011 | 111101 |
Color Harmonies of #D67261
Complementary color
Monochromatic Colors of #D67261
Black with #D67261
Text Example
Text Example
White with #D67261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67261; }
p { color: rgb(214,114,97); }
H1.HeaderClassName
{
color: #D67261;
}
.AnyTagClassName
{
color: #D67261;
}
</style>
background-color css
<style>
a { background-color: #D67261; }
a { background-color: rgb(214,114,97); }
div.DivClassName
{
background-color: #D67261;
}
.BgClassName
{
background-color: #D67261;
}
</style>
border-color css
<style>
span { border-color: #D67261; }
span { border-color: rgb(214,114,97); }
td.TdClassName
{
border-color: #D67261;
}
.TagClassName
{
border-color: #D67261;
}
</style>