Shades of Japonica #D07956
Tints of Japonica #D07956
RGB
CMYK
RGB Variations
Color information
#D07956 (or 0xD07956) is known color: Japonica. HEX triplet: D0, 79 and 56. RGB value is (208,121,86). Sum of RGB (Red+Green+Blue) = 208+121+86=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D07956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07956 is #2F86A9. Grayscale: #8F8F8F. Windows color (decimal): -3114666 or 5667280. OLE color: 5667280.
HSL color Cylindrical-coordinate representation of color #D07956: hue angle of 17.21º 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 #D07956 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 86 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.18 |
| HSL | 17.21º | 0.56% | 0.58% | - |
| HSV(B) | 17.21º | 0.59% | 0.82% | - |
| XYZ | 34.53 | 27.76 | 12.34 | - |
| YUV | 143.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 86 | 0 | 0.42 | 0.59 | 0.18 | 17.21 | 0.56 | 0.58 |
| Hex | D0 | 79 | 56 | 0 | 2A | 3B | 12 | 11 | 38 | 3A |
| Octal | 320 | 171 | 126 | 0 | 52 | 73 | 22 | 21 | 70 | 72 |
| Binary | 11010000 | 1111001 | 1010110 | 0 | 101010 | 111011 | 10010 | 10001 | 111000 | 111010 |
Color Harmonies of #D07956
Complementary color
Monochromatic Colors of #D07956
Black with #D07956
Text Example
Text Example
White with #D07956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07956; }
p { color: rgb(208,121,86); }
H1.HeaderClassName
{
color: #D07956;
}
.AnyTagClassName
{
color: #D07956;
}
</style>
background-color css
<style>
a { background-color: #D07956; }
a { background-color: rgb(208,121,86); }
div.DivClassName
{
background-color: #D07956;
}
.BgClassName
{
background-color: #D07956;
}
</style>
border-color css
<style>
span { border-color: #D07956; }
span { border-color: rgb(208,121,86); }
td.TdClassName
{
border-color: #D07956;
}
.TagClassName
{
border-color: #D07956;
}
</style>