Shades of Japonica #D07557
Tints of Japonica #D07557
RGB
CMYK
RGB Variations
Color information
#D07557 (or 0xD07557) is known color: Japonica. HEX triplet: D0, 75 and 57. RGB value is (208,117,87). Sum of RGB (Red+Green+Blue) = 208+117+87=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D07557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07557 is #2F8AA8. Grayscale: #8D8D8D. Windows color (decimal): -3115689 or 5731792. OLE color: 5731792.
HSL color Cylindrical-coordinate representation of color #D07557: hue angle of 14.88º 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 #D07557 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 87 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.18 |
| HSL | 14.88º | 0.56% | 0.58% | - |
| HSV(B) | 14.88º | 0.58% | 0.82% | - |
| XYZ | 34.09 | 26.82 | 12.4 | - |
| YUV | 140.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 87 | 0 | 0.44 | 0.58 | 0.18 | 14.88 | 0.56 | 0.58 |
| Hex | D0 | 75 | 57 | 0 | 2C | 3A | 12 | F | 38 | 3A |
| Octal | 320 | 165 | 127 | 0 | 54 | 72 | 22 | 17 | 70 | 72 |
| Binary | 11010000 | 1110101 | 1010111 | 0 | 101100 | 111010 | 10010 | 1111 | 111000 | 111010 |
Color Harmonies of #D07557
Complementary color
Monochromatic Colors of #D07557
Black with #D07557
Text Example
Text Example
White with #D07557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07557; }
p { color: rgb(208,117,87); }
H1.HeaderClassName
{
color: #D07557;
}
.AnyTagClassName
{
color: #D07557;
}
</style>
background-color css
<style>
a { background-color: #D07557; }
a { background-color: rgb(208,117,87); }
div.DivClassName
{
background-color: #D07557;
}
.BgClassName
{
background-color: #D07557;
}
</style>
border-color css
<style>
span { border-color: #D07557; }
span { border-color: rgb(208,117,87); }
td.TdClassName
{
border-color: #D07557;
}
.TagClassName
{
border-color: #D07557;
}
</style>