#D1785B

Color #D1785B Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D1785B

Tints of Japonica #D1785B

Color information

#D1785B (or 0xD1785B) is unknown color: approx Japonica. HEX triplet: D1, 78 and 5B. RGB value is (209,120,91). Sum of RGB (Red+Green+Blue) = 209+120+91=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1785B is #2E87A4. Grayscale: #8F8F8F. Windows color (decimal): -3049381 or 5994705. OLE color: 5994705.

HSL color Cylindrical-coordinate representation of color #D1785B: hue angle of 14.75º degrees, saturation: 0.56, 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 #D1785B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20912091-
CMYK00.430.560.18
HSL14.75º56.19%58.82%-
HSV(B)14.75º56.46%81.96%-
XYZ34.927.7413.41-
YUV143.398.49174.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=49.76%
G=28.57%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091209100.430.560.1814.7556.1958.82
HexD1785B02B3812f383b
Octal3211701330537022177073
Binary11010001111100010110110101011111000100101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1785B; }

 p { color: rgb(209,120,91); }

 H1.HeaderClassName
 {
   color: #D1785B;
 }
 .AnyTagClassName
 {
   color: #D1785B;
 }
</style>
background-color css

<style>
 a { background-color: #D1785B; }

 a { background-color: rgb(209,120,91); }

 div.DivClassName
 {
   background-color: #D1785B;
 }
 .BgClassName
 {
   background-color: #D1785B;
 }
</style>
border-color css

<style>
 span { border-color: #D1785B; }

 span { border-color: rgb(209,120,91); }

 td.TdClassName
 {
   border-color: #D1785B;
 }
 .TagClassName
 {
   border-color: #D1785B;
 }
</style>