Shades of Japonica #D67957
Tints of Japonica #D67957
RGB
CMYK
RGB Variations
Color information
#D67957 (or 0xD67957) is known color: Japonica. HEX triplet: D6, 79 and 57. RGB value is (214,121,87). Sum of RGB (Red+Green+Blue) = 214+121+87=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D67957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67957 is #2986A8. Grayscale: #919191. Windows color (decimal): -2721449 or 5732822. OLE color: 5732822.
HSL color Cylindrical-coordinate representation of color #D67957: hue angle of 16.06º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D67957 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 87 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.16 |
| HSL | 16.06º | 0.61% | 0.59% | - |
| HSV(B) | 16.06º | 0.59% | 0.84% | - |
| XYZ | 36.29 | 28.66 | 12.64 | - |
| YUV | 144.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 87 | 0 | 0.43 | 0.59 | 0.16 | 16.06 | 0.61 | 0.59 |
| Hex | D6 | 79 | 57 | 0 | 2B | 3B | 10 | 10 | 3D | 3B |
| Octal | 326 | 171 | 127 | 0 | 53 | 73 | 20 | 20 | 75 | 73 |
| Binary | 11010110 | 1111001 | 1010111 | 0 | 101011 | 111011 | 10000 | 10000 | 111101 | 111011 |
Color Harmonies of #D67957
Complementary color
Monochromatic Colors of #D67957
Black with #D67957
Text Example
Text Example
White with #D67957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67957; }
p { color: rgb(214,121,87); }
H1.HeaderClassName
{
color: #D67957;
}
.AnyTagClassName
{
color: #D67957;
}
</style>
background-color css
<style>
a { background-color: #D67957; }
a { background-color: rgb(214,121,87); }
div.DivClassName
{
background-color: #D67957;
}
.BgClassName
{
background-color: #D67957;
}
</style>
border-color css
<style>
span { border-color: #D67957; }
span { border-color: rgb(214,121,87); }
td.TdClassName
{
border-color: #D67957;
}
.TagClassName
{
border-color: #D67957;
}
</style>