Shades of Japonica #D67A54
Tints of Japonica #D67A54
RGB
CMYK
RGB Variations
Color information
#D67A54 (or 0xD67A54) is known color: Japonica. HEX triplet: D6, 7A and 54. RGB value is (214,122,84). Sum of RGB (Red+Green+Blue) = 214+122+84=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A54 is #2985AB. Grayscale: #919191. Windows color (decimal): -2721196 or 5536470. OLE color: 5536470.
HSL color Cylindrical-coordinate representation of color #D67A54: hue angle of 17.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D67A54 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 84 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.16 |
| HSL | 17.54º | 0.61% | 0.58% | - |
| HSV(B) | 17.54º | 0.61% | 0.84% | - |
| XYZ | 36.29 | 28.86 | 12.04 | - |
| YUV | 145.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 84 | 0 | 0.43 | 0.61 | 0.16 | 17.54 | 0.61 | 0.58 |
| Hex | D6 | 7A | 54 | 0 | 2B | 3D | 10 | 12 | 3D | 3A |
| Octal | 326 | 172 | 124 | 0 | 53 | 75 | 20 | 22 | 75 | 72 |
| Binary | 11010110 | 1111010 | 1010100 | 0 | 101011 | 111101 | 10000 | 10010 | 111101 | 111010 |
Color Harmonies of #D67A54
Complementary color
Monochromatic Colors of #D67A54
Black with #D67A54
Text Example
Text Example
White with #D67A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A54; }
p { color: rgb(214,122,84); }
H1.HeaderClassName
{
color: #D67A54;
}
.AnyTagClassName
{
color: #D67A54;
}
</style>
background-color css
<style>
a { background-color: #D67A54; }
a { background-color: rgb(214,122,84); }
div.DivClassName
{
background-color: #D67A54;
}
.BgClassName
{
background-color: #D67A54;
}
</style>
border-color css
<style>
span { border-color: #D67A54; }
span { border-color: rgb(214,122,84); }
td.TdClassName
{
border-color: #D67A54;
}
.TagClassName
{
border-color: #D67A54;
}
</style>