Shades of Japonica #D67956
Tints of Japonica #D67956
RGB
CMYK
RGB Variations
Color information
#D67956 (or 0xD67956) is known color: Japonica. HEX triplet: D6, 79 and 56. RGB value is (214,121,86). Sum of RGB (Red+Green+Blue) = 214+121+86=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D67956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67956 is #2986A9. Grayscale: #919191. Windows color (decimal): -2721450 or 5667286. OLE color: 5667286.
HSL color Cylindrical-coordinate representation of color #D67956: hue angle of 16.41º 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 #D67956 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 86 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.16 |
| HSL | 16.41º | 0.61% | 0.59% | - |
| HSV(B) | 16.41º | 0.6% | 0.84% | - |
| XYZ | 36.25 | 28.64 | 12.42 | - |
| YUV | 144.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 86 | 0 | 0.43 | 0.60 | 0.16 | 16.41 | 0.61 | 0.59 |
| Hex | D6 | 79 | 56 | 0 | 2B | 3C | 10 | 10 | 3D | 3B |
| Octal | 326 | 171 | 126 | 0 | 53 | 74 | 20 | 20 | 75 | 73 |
| Binary | 11010110 | 1111001 | 1010110 | 0 | 101011 | 111100 | 10000 | 10000 | 111101 | 111011 |
Color Harmonies of #D67956
Complementary color
Monochromatic Colors of #D67956
Black with #D67956
Text Example
Text Example
White with #D67956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67956; }
p { color: rgb(214,121,86); }
H1.HeaderClassName
{
color: #D67956;
}
.AnyTagClassName
{
color: #D67956;
}
</style>
background-color css
<style>
a { background-color: #D67956; }
a { background-color: rgb(214,121,86); }
div.DivClassName
{
background-color: #D67956;
}
.BgClassName
{
background-color: #D67956;
}
</style>
border-color css
<style>
span { border-color: #D67956; }
span { border-color: rgb(214,121,86); }
td.TdClassName
{
border-color: #D67956;
}
.TagClassName
{
border-color: #D67956;
}
</style>