Shades of Japonica #D07054
Tints of Japonica #D07054
RGB
CMYK
RGB Variations
Color information
#D07054 (or 0xD07054) is known color: Japonica. HEX triplet: D0, 70 and 54. RGB value is (208,112,84). Sum of RGB (Red+Green+Blue) = 208+112+84=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D07054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07054 is #2F8FAB. Grayscale: #898989. Windows color (decimal): -3116972 or 5533904. OLE color: 5533904.
HSL color Cylindrical-coordinate representation of color #D07054: hue angle of 13.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D07054 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 84 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 13.55º | 0.57% | 0.57% | - |
| HSV(B) | 13.55º | 0.6% | 0.82% | - |
| XYZ | 33.41 | 25.64 | 11.58 | - |
| YUV | 137.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 84 | 0 | 0.46 | 0.60 | 0.18 | 13.55 | 0.57 | 0.57 |
| Hex | D0 | 70 | 54 | 0 | 2E | 3C | 12 | E | 39 | 39 |
| Octal | 320 | 160 | 124 | 0 | 56 | 74 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110000 | 1010100 | 0 | 101110 | 111100 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07054
Complementary color
Monochromatic Colors of #D07054
Black with #D07054
Text Example
Text Example
White with #D07054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07054; }
p { color: rgb(208,112,84); }
H1.HeaderClassName
{
color: #D07054;
}
.AnyTagClassName
{
color: #D07054;
}
</style>
background-color css
<style>
a { background-color: #D07054; }
a { background-color: rgb(208,112,84); }
div.DivClassName
{
background-color: #D07054;
}
.BgClassName
{
background-color: #D07054;
}
</style>
border-color css
<style>
span { border-color: #D07054; }
span { border-color: rgb(208,112,84); }
td.TdClassName
{
border-color: #D07054;
}
.TagClassName
{
border-color: #D07054;
}
</style>