Shades of Japonica #D0795E
Tints of Japonica #D0795E
RGB
CMYK
RGB Variations
Color information
#D0795E (or 0xD0795E) is known color: Japonica. HEX triplet: D0, 79 and 5E. RGB value is (208,121,94). Sum of RGB (Red+Green+Blue) = 208+121+94=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0795E is #2F86A1. Grayscale: #909090. Windows color (decimal): -3114658 or 6191568. OLE color: 6191568.
HSL color Cylindrical-coordinate representation of color #D0795E: hue angle of 14.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0795E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 94 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.18 |
| HSL | 14.21º | 0.55% | 0.59% | - |
| HSV(B) | 14.21º | 0.55% | 0.82% | - |
| XYZ | 34.87 | 27.89 | 14.14 | - |
| YUV | 143.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 94 | 0 | 0.42 | 0.55 | 0.18 | 14.21 | 0.55 | 0.59 |
| Hex | D0 | 79 | 5E | 0 | 2A | 37 | 12 | E | 37 | 3B |
| Octal | 320 | 171 | 136 | 0 | 52 | 67 | 22 | 16 | 67 | 73 |
| Binary | 11010000 | 1111001 | 1011110 | 0 | 101010 | 110111 | 10010 | 1110 | 110111 | 111011 |
Color Harmonies of #D0795E
Complementary color
Monochromatic Colors of #D0795E
Black with #D0795E
Text Example
Text Example
White with #D0795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0795E; }
p { color: rgb(208,121,94); }
H1.HeaderClassName
{
color: #D0795E;
}
.AnyTagClassName
{
color: #D0795E;
}
</style>
background-color css
<style>
a { background-color: #D0795E; }
a { background-color: rgb(208,121,94); }
div.DivClassName
{
background-color: #D0795E;
}
.BgClassName
{
background-color: #D0795E;
}
</style>
border-color css
<style>
span { border-color: #D0795E; }
span { border-color: rgb(208,121,94); }
td.TdClassName
{
border-color: #D0795E;
}
.TagClassName
{
border-color: #D0795E;
}
</style>