#D1795B

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

Shades of Japonica #D1795B

Tints of Japonica #D1795B

Color information

#D1795B (or 0xD1795B) is unknown color: approx Japonica. HEX triplet: D1, 79 and 5B. RGB value is (209,121,91). Sum of RGB (Red+Green+Blue) = 209+121+91=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1795B is #2E86A4. Grayscale: #909090. Windows color (decimal): -3049125 or 5994961. OLE color: 5994961.

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

Color convert

RGB20912191-
CMYK00.420.560.18
HSL15.25º56.19%58.82%-
HSV(B)15.25º56.46%81.96%-
XYZ35.0227.9913.45-
YUV143.8998.15174.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=49.64%
G=28.74%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091219100.420.560.1815.2556.1958.82
HexD1795B02A3812f383b
Octal3211711330527022177073
Binary11010001111100110110110101010111000100101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1795B; }

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

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

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

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

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

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

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

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