Shades of Japonica #D07153
Tints of Japonica #D07153
RGB
CMYK
RGB Variations
Color information
#D07153 (or 0xD07153) is known color: Japonica. HEX triplet: D0, 71 and 53. RGB value is (208,113,83). Sum of RGB (Red+Green+Blue) = 208+113+83=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D07153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07153 is #2F8EAC. Grayscale: #8A8A8A. Windows color (decimal): -3116717 or 5468624. OLE color: 5468624.
HSL color Cylindrical-coordinate representation of color #D07153: hue angle of 14.4º 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 #D07153 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 83 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.18 |
| HSL | 14.4º | 0.57% | 0.57% | - |
| HSV(B) | 14.4º | 0.6% | 0.82% | - |
| XYZ | 33.48 | 25.84 | 11.41 | - |
| YUV | 137.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 83 | 0 | 0.46 | 0.60 | 0.18 | 14.4 | 0.57 | 0.57 |
| Hex | D0 | 71 | 53 | 0 | 2E | 3C | 12 | E | 39 | 39 |
| Octal | 320 | 161 | 123 | 0 | 56 | 74 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110001 | 1010011 | 0 | 101110 | 111100 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07153
Complementary color
Monochromatic Colors of #D07153
Black with #D07153
Text Example
Text Example
White with #D07153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07153; }
p { color: rgb(208,113,83); }
H1.HeaderClassName
{
color: #D07153;
}
.AnyTagClassName
{
color: #D07153;
}
</style>
background-color css
<style>
a { background-color: #D07153; }
a { background-color: rgb(208,113,83); }
div.DivClassName
{
background-color: #D07153;
}
.BgClassName
{
background-color: #D07153;
}
</style>
border-color css
<style>
span { border-color: #D07153; }
span { border-color: rgb(208,113,83); }
td.TdClassName
{
border-color: #D07153;
}
.TagClassName
{
border-color: #D07153;
}
</style>