#D1785D

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

Shades of Japonica #D1785D

Tints of Japonica #D1785D

Color information

#D1785D (or 0xD1785D) is unknown color: approx Japonica. HEX triplet: D1, 78 and 5D. RGB value is (209,120,93). Sum of RGB (Red+Green+Blue) = 209+120+93=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1785D is #2E87A2. Grayscale: #8F8F8F. Windows color (decimal): -3049379 or 6125777. OLE color: 6125777.

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

Color convert

RGB20912093-
CMYK00.430.560.18
HSL13.97º55.77%59.22%-
HSV(B)13.97º55.5%81.96%-
XYZ34.9927.7813.87-
YUV143.5399.49174.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=49.53%
G=28.44%
B=22.04%

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
Decimal2091209300.430.560.1813.9755.7759.22
HexD1785D02B3812e383b
Octal3211701350537022167073
Binary11010001111100010111010101011111000100101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1785D; }

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

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

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

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

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

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

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

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