Shades of Japonica #D07357
Tints of Japonica #D07357
RGB
CMYK
RGB Variations
Color information
#D07357 (or 0xD07357) is known color: Japonica. HEX triplet: D0, 73 and 57. RGB value is (208,115,87). Sum of RGB (Red+Green+Blue) = 208+115+87=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D07357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07357 is #2F8CA8. Grayscale: #8B8B8B. Windows color (decimal): -3116201 or 5731280. OLE color: 5731280.
HSL color Cylindrical-coordinate representation of color #D07357: hue angle of 13.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 #D07357 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 87 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.18 |
| HSL | 13.88º | 0.56% | 0.58% | - |
| HSV(B) | 13.88º | 0.58% | 0.82% | - |
| XYZ | 33.86 | 26.36 | 12.32 | - |
| YUV | 139.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 87 | 0 | 0.45 | 0.58 | 0.18 | 13.88 | 0.56 | 0.58 |
| Hex | D0 | 73 | 57 | 0 | 2D | 3A | 12 | E | 38 | 3A |
| Octal | 320 | 163 | 127 | 0 | 55 | 72 | 22 | 16 | 70 | 72 |
| Binary | 11010000 | 1110011 | 1010111 | 0 | 101101 | 111010 | 10010 | 1110 | 111000 | 111010 |
Color Harmonies of #D07357
Complementary color
Monochromatic Colors of #D07357
Black with #D07357
Text Example
Text Example
White with #D07357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07357; }
p { color: rgb(208,115,87); }
H1.HeaderClassName
{
color: #D07357;
}
.AnyTagClassName
{
color: #D07357;
}
</style>
background-color css
<style>
a { background-color: #D07357; }
a { background-color: rgb(208,115,87); }
div.DivClassName
{
background-color: #D07357;
}
.BgClassName
{
background-color: #D07357;
}
</style>
border-color css
<style>
span { border-color: #D07357; }
span { border-color: rgb(208,115,87); }
td.TdClassName
{
border-color: #D07357;
}
.TagClassName
{
border-color: #D07357;
}
</style>