Shades of Japonica #D07154
Tints of Japonica #D07154
RGB
CMYK
RGB Variations
Color information
#D07154 (or 0xD07154) is known color: Japonica. HEX triplet: D0, 71 and 54. RGB value is (208,113,84). Sum of RGB (Red+Green+Blue) = 208+113+84=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D07154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07154 is #2F8EAB. Grayscale: #8A8A8A. Windows color (decimal): -3116716 or 5534160. OLE color: 5534160.
HSL color Cylindrical-coordinate representation of color #D07154: hue angle of 14.03º 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 #D07154 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 84 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 14.03º | 0.57% | 0.57% | - |
| HSV(B) | 14.03º | 0.6% | 0.82% | - |
| XYZ | 33.52 | 25.86 | 11.61 | - |
| YUV | 138.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 84 | 0 | 0.46 | 0.60 | 0.18 | 14.03 | 0.57 | 0.57 |
| Hex | D0 | 71 | 54 | 0 | 2E | 3C | 12 | E | 39 | 39 |
| Octal | 320 | 161 | 124 | 0 | 56 | 74 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110001 | 1010100 | 0 | 101110 | 111100 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07154
Complementary color
Monochromatic Colors of #D07154
Black with #D07154
Text Example
Text Example
White with #D07154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07154; }
p { color: rgb(208,113,84); }
H1.HeaderClassName
{
color: #D07154;
}
.AnyTagClassName
{
color: #D07154;
}
</style>
background-color css
<style>
a { background-color: #D07154; }
a { background-color: rgb(208,113,84); }
div.DivClassName
{
background-color: #D07154;
}
.BgClassName
{
background-color: #D07154;
}
</style>
border-color css
<style>
span { border-color: #D07154; }
span { border-color: rgb(208,113,84); }
td.TdClassName
{
border-color: #D07154;
}
.TagClassName
{
border-color: #D07154;
}
</style>