Shades of Japonica #D07055
Tints of Japonica #D07055
RGB
CMYK
RGB Variations
Color information
#D07055 (or 0xD07055) is known color: Japonica. HEX triplet: D0, 70 and 55. RGB value is (208,112,85). Sum of RGB (Red+Green+Blue) = 208+112+85=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D07055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07055 is #2F8FAA. Grayscale: #898989. Windows color (decimal): -3116971 or 5599440. OLE color: 5599440.
HSL color Cylindrical-coordinate representation of color #D07055: hue angle of 13.17º 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 #D07055 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 85 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.18 |
| HSL | 13.17º | 0.57% | 0.57% | - |
| HSV(B) | 13.17º | 0.59% | 0.82% | - |
| XYZ | 33.45 | 25.65 | 11.78 | - |
| YUV | 137.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 85 | 0 | 0.46 | 0.59 | 0.18 | 13.17 | 0.57 | 0.57 |
| Hex | D0 | 70 | 55 | 0 | 2E | 3B | 12 | D | 39 | 39 |
| Octal | 320 | 160 | 125 | 0 | 56 | 73 | 22 | 15 | 71 | 71 |
| Binary | 11010000 | 1110000 | 1010101 | 0 | 101110 | 111011 | 10010 | 1101 | 111001 | 111001 |
Color Harmonies of #D07055
Complementary color
Monochromatic Colors of #D07055
Black with #D07055
Text Example
Text Example
White with #D07055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07055; }
p { color: rgb(208,112,85); }
H1.HeaderClassName
{
color: #D07055;
}
.AnyTagClassName
{
color: #D07055;
}
</style>
background-color css
<style>
a { background-color: #D07055; }
a { background-color: rgb(208,112,85); }
div.DivClassName
{
background-color: #D07055;
}
.BgClassName
{
background-color: #D07055;
}
</style>
border-color css
<style>
span { border-color: #D07055; }
span { border-color: rgb(208,112,85); }
td.TdClassName
{
border-color: #D07055;
}
.TagClassName
{
border-color: #D07055;
}
</style>