Shades of Japonica #D07256
Tints of Japonica #D07256
RGB
CMYK
RGB Variations
Color information
#D07256 (or 0xD07256) is known color: Japonica. HEX triplet: D0, 72 and 56. RGB value is (208,114,86). Sum of RGB (Red+Green+Blue) = 208+114+86=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07256 is #2F8DA9. Grayscale: #8B8B8B. Windows color (decimal): -3116458 or 5665488. OLE color: 5665488.
HSL color Cylindrical-coordinate representation of color #D07256: hue angle of 13.77º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D07256 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 86 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.18 |
| HSL | 13.77º | 0.56% | 0.58% | - |
| HSV(B) | 13.77º | 0.59% | 0.82% | - |
| XYZ | 33.71 | 26.12 | 12.07 | - |
| YUV | 138.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 86 | 0 | 0.45 | 0.59 | 0.18 | 13.77 | 0.56 | 0.58 |
| Hex | D0 | 72 | 56 | 0 | 2D | 3B | 12 | E | 38 | 3A |
| Octal | 320 | 162 | 126 | 0 | 55 | 73 | 22 | 16 | 70 | 72 |
| Binary | 11010000 | 1110010 | 1010110 | 0 | 101101 | 111011 | 10010 | 1110 | 111000 | 111010 |
Color Harmonies of #D07256
Complementary color
Monochromatic Colors of #D07256
Black with #D07256
Text Example
Text Example
White with #D07256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07256; }
p { color: rgb(208,114,86); }
H1.HeaderClassName
{
color: #D07256;
}
.AnyTagClassName
{
color: #D07256;
}
</style>
background-color css
<style>
a { background-color: #D07256; }
a { background-color: rgb(208,114,86); }
div.DivClassName
{
background-color: #D07256;
}
.BgClassName
{
background-color: #D07256;
}
</style>
border-color css
<style>
span { border-color: #D07256; }
span { border-color: rgb(208,114,86); }
td.TdClassName
{
border-color: #D07256;
}
.TagClassName
{
border-color: #D07256;
}
</style>