Shades of Japonica #D07057
Tints of Japonica #D07057
RGB
CMYK
RGB Variations
Color information
#D07057 (or 0xD07057) is known color: Japonica. HEX triplet: D0, 70 and 57. RGB value is (208,112,87). Sum of RGB (Red+Green+Blue) = 208+112+87=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D07057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07057 is #2F8FA8. Grayscale: #8A8A8A. Windows color (decimal): -3116969 or 5730512. OLE color: 5730512.
HSL color Cylindrical-coordinate representation of color #D07057: hue angle of 12.4º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D07057 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 87 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.18 |
| HSL | 12.4º | 0.56% | 0.58% | - |
| HSV(B) | 12.4º | 0.58% | 0.82% | - |
| XYZ | 33.53 | 25.69 | 12.21 | - |
| YUV | 137.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 87 | 0 | 0.46 | 0.58 | 0.18 | 12.4 | 0.56 | 0.58 |
| Hex | D0 | 70 | 57 | 0 | 2E | 3A | 12 | C | 38 | 3A |
| Octal | 320 | 160 | 127 | 0 | 56 | 72 | 22 | 14 | 70 | 72 |
| Binary | 11010000 | 1110000 | 1010111 | 0 | 101110 | 111010 | 10010 | 1100 | 111000 | 111010 |
Color Harmonies of #D07057
Complementary color
Monochromatic Colors of #D07057
Black with #D07057
Text Example
Text Example
White with #D07057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07057; }
p { color: rgb(208,112,87); }
H1.HeaderClassName
{
color: #D07057;
}
.AnyTagClassName
{
color: #D07057;
}
</style>
background-color css
<style>
a { background-color: #D07057; }
a { background-color: rgb(208,112,87); }
div.DivClassName
{
background-color: #D07057;
}
.BgClassName
{
background-color: #D07057;
}
</style>
border-color css
<style>
span { border-color: #D07057; }
span { border-color: rgb(208,112,87); }
td.TdClassName
{
border-color: #D07057;
}
.TagClassName
{
border-color: #D07057;
}
</style>