Shades of Japonica #D0715E
Tints of Japonica #D0715E
RGB
CMYK
RGB Variations
Color information
#D0715E (or 0xD0715E) is known color: Japonica. HEX triplet: D0, 71 and 5E. RGB value is (208,113,94). Sum of RGB (Red+Green+Blue) = 208+113+94=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0715E is #2F8EA1. Grayscale: #8B8B8B. Windows color (decimal): -3116706 or 6189520. OLE color: 6189520.
HSL color Cylindrical-coordinate representation of color #D0715E: hue angle of 10º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0715E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 94 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.18 |
| HSL | 10º | 0.55% | 0.59% | - |
| HSV(B) | 10º | 0.55% | 0.82% | - |
| XYZ | 33.94 | 26.03 | 13.82 | - |
| YUV | 139.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 94 | 0 | 0.46 | 0.55 | 0.18 | 10 | 0.55 | 0.59 |
| Hex | D0 | 71 | 5E | 0 | 2E | 37 | 12 | A | 37 | 3B |
| Octal | 320 | 161 | 136 | 0 | 56 | 67 | 22 | 12 | 67 | 73 |
| Binary | 11010000 | 1110001 | 1011110 | 0 | 101110 | 110111 | 10010 | 1010 | 110111 | 111011 |
Color Harmonies of #D0715E
Complementary color
Monochromatic Colors of #D0715E
Black with #D0715E
Text Example
Text Example
White with #D0715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0715E; }
p { color: rgb(208,113,94); }
H1.HeaderClassName
{
color: #D0715E;
}
.AnyTagClassName
{
color: #D0715E;
}
</style>
background-color css
<style>
a { background-color: #D0715E; }
a { background-color: rgb(208,113,94); }
div.DivClassName
{
background-color: #D0715E;
}
.BgClassName
{
background-color: #D0715E;
}
</style>
border-color css
<style>
span { border-color: #D0715E; }
span { border-color: rgb(208,113,94); }
td.TdClassName
{
border-color: #D0715E;
}
.TagClassName
{
border-color: #D0715E;
}
</style>