Shades of Japonica #D07155
Tints of Japonica #D07155
RGB
CMYK
RGB Variations
Color information
#D07155 (or 0xD07155) is known color: Japonica. HEX triplet: D0, 71 and 55. RGB value is (208,113,85). Sum of RGB (Red+Green+Blue) = 208+113+85=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D07155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07155 is #2F8EAA. Grayscale: #8A8A8A. Windows color (decimal): -3116715 or 5599696. OLE color: 5599696.
HSL color Cylindrical-coordinate representation of color #D07155: hue angle of 13.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D07155 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 85 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.18 |
| HSL | 13.66º | 0.57% | 0.57% | - |
| HSV(B) | 13.66º | 0.59% | 0.82% | - |
| XYZ | 33.56 | 25.88 | 11.82 | - |
| YUV | 138.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 85 | 0 | 0.46 | 0.59 | 0.18 | 13.66 | 0.57 | 0.57 |
| Hex | D0 | 71 | 55 | 0 | 2E | 3B | 12 | E | 39 | 39 |
| Octal | 320 | 161 | 125 | 0 | 56 | 73 | 22 | 16 | 71 | 71 |
| Binary | 11010000 | 1110001 | 1010101 | 0 | 101110 | 111011 | 10010 | 1110 | 111001 | 111001 |
Color Harmonies of #D07155
Complementary color
Monochromatic Colors of #D07155
Black with #D07155
Text Example
Text Example
White with #D07155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07155; }
p { color: rgb(208,113,85); }
H1.HeaderClassName
{
color: #D07155;
}
.AnyTagClassName
{
color: #D07155;
}
</style>
background-color css
<style>
a { background-color: #D07155; }
a { background-color: rgb(208,113,85); }
div.DivClassName
{
background-color: #D07155;
}
.BgClassName
{
background-color: #D07155;
}
</style>
border-color css
<style>
span { border-color: #D07155; }
span { border-color: rgb(208,113,85); }
td.TdClassName
{
border-color: #D07155;
}
.TagClassName
{
border-color: #D07155;
}
</style>