Shades of Japonica #D07B56
Tints of Japonica #D07B56
RGB
CMYK
RGB Variations
Color information
#D07B56 (or 0xD07B56) is known color: Japonica. HEX triplet: D0, 7B and 56. RGB value is (208,123,86). Sum of RGB (Red+Green+Blue) = 208+123+86=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B56 is #2F84A9. Grayscale: #909090. Windows color (decimal): -3114154 or 5667792. OLE color: 5667792.
HSL color Cylindrical-coordinate representation of color #D07B56: hue angle of 18.2º 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 #D07B56 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 86 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.18 |
| HSL | 18.2º | 0.56% | 0.58% | - |
| HSV(B) | 18.2º | 0.59% | 0.82% | - |
| XYZ | 34.78 | 28.25 | 12.42 | - |
| YUV | 144.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 86 | 0 | 0.41 | 0.59 | 0.18 | 18.2 | 0.56 | 0.58 |
| Hex | D0 | 7B | 56 | 0 | 29 | 3B | 12 | 12 | 38 | 3A |
| Octal | 320 | 173 | 126 | 0 | 51 | 73 | 22 | 22 | 70 | 72 |
| Binary | 11010000 | 1111011 | 1010110 | 0 | 101001 | 111011 | 10010 | 10010 | 111000 | 111010 |
Color Harmonies of #D07B56
Complementary color
Monochromatic Colors of #D07B56
Black with #D07B56
Text Example
Text Example
White with #D07B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B56; }
p { color: rgb(208,123,86); }
H1.HeaderClassName
{
color: #D07B56;
}
.AnyTagClassName
{
color: #D07B56;
}
</style>
background-color css
<style>
a { background-color: #D07B56; }
a { background-color: rgb(208,123,86); }
div.DivClassName
{
background-color: #D07B56;
}
.BgClassName
{
background-color: #D07B56;
}
</style>
border-color css
<style>
span { border-color: #D07B56; }
span { border-color: rgb(208,123,86); }
td.TdClassName
{
border-color: #D07B56;
}
.TagClassName
{
border-color: #D07B56;
}
</style>