#D1775E

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

Shades of Japonica #D1775E

Tints of Japonica #D1775E

Color information

#D1775E (or 0xD1775E) is unknown color: approx Japonica. HEX triplet: D1, 77 and 5E. RGB value is (209,119,94). Sum of RGB (Red+Green+Blue) = 209+119+94=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1775E is #2E88A1. Grayscale: #8F8F8F. Windows color (decimal): -3049634 or 6191057. OLE color: 6191057.

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

Color convert

RGB20911994-
CMYK00.430.550.18
HSL13.04º55.56%59.41%-
HSV(B)13.04º55.02%81.96%-
XYZ34.9127.5614.07-
YUV143.06100.32175.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=49.53%
G=28.20%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091199400.430.550.1813.0455.5659.41
HexD1775E02B3712d383b
Octal3211671360536722157073
Binary11010001111011110111100101011110111100101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1775E; }

 p { color: rgb(209,119,94); }

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

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

 a { background-color: rgb(209,119,94); }

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

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

 span { border-color: rgb(209,119,94); }

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