Shades of Japonica #D0785B
Tints of Japonica #D0785B
RGB
CMYK
RGB Variations
Color information
#D0785B (or 0xD0785B) is known color: Japonica. HEX triplet: D0, 78 and 5B. RGB value is (208,120,91). Sum of RGB (Red+Green+Blue) = 208+120+91=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0785B is #2F87A4. Grayscale: #8F8F8F. Windows color (decimal): -3114917 or 5994704. OLE color: 5994704.
HSL color Cylindrical-coordinate representation of color #D0785B: hue angle of 14.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0785B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 91 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.18 |
| HSL | 14.87º | 0.55% | 0.59% | - |
| HSV(B) | 14.87º | 0.56% | 0.82% | - |
| XYZ | 34.62 | 27.6 | 13.4 | - |
| YUV | 143.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 91 | 0 | 0.42 | 0.56 | 0.18 | 14.87 | 0.55 | 0.59 |
| Hex | D0 | 78 | 5B | 0 | 2A | 38 | 12 | F | 37 | 3B |
| Octal | 320 | 170 | 133 | 0 | 52 | 70 | 22 | 17 | 67 | 73 |
| Binary | 11010000 | 1111000 | 1011011 | 0 | 101010 | 111000 | 10010 | 1111 | 110111 | 111011 |
Color Harmonies of #D0785B
Complementary color
Monochromatic Colors of #D0785B
Black with #D0785B
Text Example
Text Example
White with #D0785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0785B; }
p { color: rgb(208,120,91); }
H1.HeaderClassName
{
color: #D0785B;
}
.AnyTagClassName
{
color: #D0785B;
}
</style>
background-color css
<style>
a { background-color: #D0785B; }
a { background-color: rgb(208,120,91); }
div.DivClassName
{
background-color: #D0785B;
}
.BgClassName
{
background-color: #D0785B;
}
</style>
border-color css
<style>
span { border-color: #D0785B; }
span { border-color: rgb(208,120,91); }
td.TdClassName
{
border-color: #D0785B;
}
.TagClassName
{
border-color: #D0785B;
}
</style>